Browse Source

Updated CMD to bash.

Mike Birdgeneau 7 years ago
parent
commit
a5c8f6f468
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jupyterlab/Dockerfile

+ 1 - 1
jupyterlab/Dockerfile

@@ -37,4 +37,4 @@ RUN pip install -r requirements.txt
 
 # Expose Jupyter port & cmd
 EXPOSE 8888
-CMD ["/usr/local/bin/jupyter lab"]
+CMD ["bash"]