TigerZheng commited on
Commit
f347d52
·
verified ·
1 Parent(s): 9ab9af8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -15,6 +15,5 @@ RUN installGithub.r \
15
 
16
  COPY . .
17
 
18
- RUN quarto serve test.qmd -p 7860 --host 0.0.0.0
19
-
20
  #CMD ["R", "--quiet", "-e", "shiny::runApp(host='0.0.0.0', port=7860)"]
 
15
 
16
  COPY . .
17
 
18
+ CMD ["quarto", "serve", "test.qmd", "--port", "7860", "--host", "0.0.0.0"]
 
19
  #CMD ["R", "--quiet", "-e", "shiny::runApp(host='0.0.0.0', port=7860)"]