misantamaria commited on
Commit
0565888
·
1 Parent(s): 4d4f82a

espacios en el comando CMD

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", "--quiet", "-e", "shiny::runApp(host='0.0.0.0'", "port="${RSTUDIO_PORT}, "appDir = '/home/${USER_NAME}/app')" ]