TimStats commited on
Commit
03976a9
·
verified ·
1 Parent(s): 2897703

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -23,4 +23,4 @@ RUN install2.r --error \
23
  # Copy the app files
24
  COPY . .
25
 
26
- CMD ["R", "--quiet", "-e", "shiny::runApp(host='0.0.0.0', port=7860)"]]
 
23
  # Copy the app files
24
  COPY . .
25
 
26
+ CMD ["R", "--quiet", "-e", "shiny::runApp(host='0.0.0.0', port=7860)"]