joseavilasg commited on
Commit
ae35b6a
1 Parent(s): a0f750f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -45,7 +45,7 @@ RUN chown -R user:user $HOME/ /usr/local/bin/ /opt/conda/ $HOME/.jupyter/
45
  RUN echo "c.Spawner.default_url = '/lab'" >> ~/.jupyter/jupyter_notebook_config.py && \
46
  echo "c.Spawner.cmd = ['/bin/bash', '-l', '-c']" >> ~/.jupyter/jupyter_notebook_config.py && \
47
  echo "c.NotebookApp.notebook_dir = '/home/user'" >> ~/.jupyter/jupyter_notebook_config.py && \
48
- echo "c.NotebookApp.allow_origin = '*'" >> ~/.jupyter/jupyter_notebook_config.py \
49
  echo "c.NotebookApp.allow_root=True" >> ~/.jupyter/jupyter_notebook_config.py
50
 
51
  RUN chmod a+x ./run.sh
 
45
  RUN echo "c.Spawner.default_url = '/lab'" >> ~/.jupyter/jupyter_notebook_config.py && \
46
  echo "c.Spawner.cmd = ['/bin/bash', '-l', '-c']" >> ~/.jupyter/jupyter_notebook_config.py && \
47
  echo "c.NotebookApp.notebook_dir = '/home/user'" >> ~/.jupyter/jupyter_notebook_config.py && \
48
+ echo "c.NotebookApp.allow_origin = '*'" >> ~/.jupyter/jupyter_notebook_config.py && \
49
  echo "c.NotebookApp.allow_root=True" >> ~/.jupyter/jupyter_notebook_config.py
50
 
51
  RUN chmod a+x ./run.sh