FreddyHernandez commited on
Commit
8581bc2
1 Parent(s): 1be0e74

Volvi al mismo puerto 7860

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