Browse Source

Revise CMD to use shell format

Mike Birdgeneau 7 years ago
parent
commit
7a1905d604
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 ["bash"]
+CMD jupyter lab --ip=* --port=8888 --no-browser --notebook-dir=/opt/app/data