We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 022e6da + fdffea3 commit b3ff320Copy full SHA for b3ff320
docker-compose.yml
@@ -5,11 +5,9 @@ services:
5
WORKBENCH_PROFILE: "local"
6
ports:
7
- 127.0.0.1:4321:4321
8
- entrypoint: ["/bin/bash"]
+ entrypoint: ["/bin/sh"]
9
command:
10
- -c
11
- - |
12
- sleep 10
13
- Rscript -e 'sandpaper::serve("/home/rstudio/lessons/rse_further_git_course", host="0.0.0.0")'
+ - Rscript -e 'sandpaper::serve("/home/rstudio/lessons/rse_further_git_course", host="0.0.0.0")'
14
volumes:
15
- ./:/home/rstudio/lessons/rse_further_git_course
0 commit comments