misantamaria commited on
Commit
99686a3
·
1 Parent(s): 0565888

Quitado el quiet

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -61,4 +61,4 @@ RUN echo "--> Go!"
61
  #CMD ["R", "--quiet", "-e", "shiny::runApp(host='0.0.0.0', port=7860)"]
62
  ARG RSTUDIO_PORT
63
  ENV RSTUDIO_PORT=$RSTUDIO_PORT
64
- CMD [ "R", "--quiet", "-e", "shiny::runApp(host='0.0.0.0'", "port="${RSTUDIO_PORT}, "appDir = '/home/${USER_NAME}/app')" ]
 
61
  #CMD ["R", "--quiet", "-e", "shiny::runApp(host='0.0.0.0', port=7860)"]
62
  ARG RSTUDIO_PORT
63
  ENV RSTUDIO_PORT=$RSTUDIO_PORT
64
+ CMD [ "R", "-e", "shiny::runApp(host='0.0.0.0'", "port="${RSTUDIO_PORT}, "appDir = '/home/${USER_NAME}/app')" ]