Skip to content

Commit d20e179

Browse files
committed
ship dockerfile with the package
1 parent 2a08bb4 commit d20e179

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.Rbuildignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
^.*\.Rproj$
33
^\.Rproj\.user$
44
^data-raw$
5-
Dockerfile
65
cran-release.Rmd
76
CONDUCT.md
87
CONTRIBUTING.md

Dockerfile renamed to inst/docker/Dockerfile.vtest

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ------------------------------------------------------------------------------
2-
# Remove the VMODE env var to run vdiffr::manage_cases()
3-
# $ docker build -t cpsievert/plotly-orca .
4-
# $ docker run -e VMODE="ci" -v $(pwd):/home/plotly --privileged -p 3838:3838 cpsievert/plotly-orca
2+
# Remove VMODE to run vdiffr::manage_cases()
3+
# $ docker build -t cpsievert/plotly-vtest .
4+
# $ docker run -e VMODE="ci" -v $(pwd):/home/plotly --privileged -p 3838:3838 cpsievert/plotly-vtest
55
# ------------------------------------------------------------------------------
66

77
FROM ubuntu:16.04

inst/docker/README.md

Whitespace-only changes.

0 commit comments

Comments
 (0)