sugitora commited on
Commit
c19fb06
·
verified ·
1 Parent(s): 8b60670

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -28,4 +28,4 @@ COPY . .
28
  EXPOSE 7860
29
 
30
  # Shinyアプリを起動
31
- CMD ["R", "--quiet", "-e", "app::runApp(host='0.0.0.0', port=7860)"]
 
28
  EXPOSE 7860
29
 
30
  # Shinyアプリを起動
31
+ CMD ["R", "--quiet", "-e", "shiny::runApp('.', host='0.0.0.0', port=7860)"]