rajistics commited on
Commit
69a337d
1 Parent(s): e3318a7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -28,6 +28,6 @@ COPY app.R /shinyapp/app.R
28
 
29
  COPY Rprofile.site /usr/local/lib/R/etc/
30
 
31
- EXPOSE 3838
32
 
33
  CMD ["R", "-q", "-e", "shiny::runApp('/shinyapp')"]
 
28
 
29
  COPY Rprofile.site /usr/local/lib/R/etc/
30
 
31
+ EXPOSE 7860
32
 
33
  CMD ["R", "-q", "-e", "shiny::runApp('/shinyapp')"]