fergos80 commited on
Commit
03c071c
1 Parent(s): 0eb3506

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,4 +16,4 @@ RUN install2.r --error \
16
 
17
  COPY . .
18
 
19
- CMD ["R", "--quiet", "-e", "shiny::runApp(host='0.0.0.0', port=7860)"]
 
16
 
17
  COPY . .
18
 
19
+ CMD ["R", "--quiet", "-e", "shiny::runApp(host='0.0.0.0', port=3838)"]