Browse Source

- Added the creation of the data directory

lmoran 7 years ago
parent
commit
7c804e01cd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      jupyterlab/Dockerfile

+ 1 - 0
jupyterlab/Dockerfile

@@ -37,4 +37,5 @@ RUN pip install -r requirements.txt
 
 # Expose Jupyter port & cmd
 EXPOSE 8888
+RUN mkdir -p /opt/app/data
 CMD jupyter lab --ip=* --port=8888 --no-browser --notebook-dir=/opt/app/data