Skip to content
Snippets Groups Projects
Commit 7594d2fd authored by Fortune Iriaye's avatar Fortune Iriaye
Browse files

Update Dockerfile

parent 1cbcbf67
No related branches found
No related tags found
No related merge requests found
Pipeline #13314 passed with stage
in 1 minute and 7 seconds
......@@ -72,4 +72,4 @@ SHELL ["/bin/bash", "-c"]
EXPOSE 8787
# Set the entrypoint to start RStudio Server
ENTRYPOINT ["/bin/bash", "-c", "source activate neuroestimator && /usr/lib/rstudio-server/bin/rserver --server-user=$(whoami)--server-daemonize=0"]
ENTRYPOINT ["/bin/bash", "-c", "source activate neuroestimator && /usr/lib/rstudio-server/bin/rserver --server-user=$(whoami) --server-daemonize=0"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment