Spaces:
Sleeping
Sleeping
Commit
·
f475662
1
Parent(s):
151e82e
change command
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -58,5 +58,6 @@ RUN chown ${USER_ID}:${GROUP_ID} /var/run/s6
|
|
58 |
RUN pip install -e /home/work
|
59 |
RUN echo "--> Go!"
|
60 |
|
61 |
-
CMD [
|
|
|
62 |
|
|
|
58 |
RUN pip install -e /home/work
|
59 |
RUN echo "--> Go!"
|
60 |
|
61 |
+
CMD [ "/init" ]
|
62 |
+
#CMD ["R", "--quiet", "-e", "shiny::runApp(host='0.0.0.0', port=${RSTUDIO_PORT:-3838}, launch.browser = FALSE, appDir = '/home/${USER_NAME}/app')"]
|
63 |
|