Add default command to base Dockerfile template

pull/176/head
Aaron Watters 2017-12-21 11:51:19 -05:00
rodzic 1c7bd6e589
commit 5da8bcba33
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -112,6 +112,10 @@ USER ${NB_USER}
RUN ./{{ s }}
{% endfor %}
{% endif -%}
# Specify the default command to run
CMD jupyter notebook --ip 0.0.0.0
"""
DOC_URL = "http://repo2docker.readthedocs.io/en/latest/samples.html"