TigerZheng commited on
Commit
9504315
·
verified ·
1 Parent(s): c4410a5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -41,5 +41,5 @@ WORKDIR $HOME/app
41
 
42
  COPY --chown=user . $HOME/app
43
 
44
- CMD ["quarto", "serve", "test.qmd", "--port", "7860", "--host", "0.0.0.0"]
45
  #CMD ["R", "--quiet", "-e", "shiny::runApp(host='0.0.0.0', port=7860)"]
 
41
 
42
  COPY --chown=user . $HOME/app
43
 
44
+ CMD ["quarto", "serve", "PFCapp.qmd", "--port", "7860", "--host", "0.0.0.0"]
45
  #CMD ["R", "--quiet", "-e", "shiny::runApp(host='0.0.0.0', port=7860)"]