Skip to content

Commit

Permalink
Fix a bug with CMD
Browse files Browse the repository at this point in the history
  • Loading branch information
ermaker committed Sep 13, 2015
1 parent 549cbe5 commit d391fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -5,4 +5,4 @@ RUN conda install -y jupyter
VOLUME /notebook
WORKDIR /notebook
EXPOSE 8888
CMD ["jupyter", "notebook", "--no-browser", "--ip=0.0.0.0"]
CMD jupyter notebook --no-browser --ip=0.0.0.0

0 comments on commit d391fb9

Please sign in to comment.