kopia lustrzana https://github.com/jupyterhub/repo2docker
Merge pull request #176 from AaronWatters/add-default-command
Add default command to base Dockerfile templatepull/254/head
commit
f543665ece
|
@ -113,6 +113,9 @@ RUN chmod +x {{ s }} && ./{{ s }}
|
|||
{% endfor %}
|
||||
{% endif -%}
|
||||
|
||||
# Specify the default command to run
|
||||
CMD ["jupyter", "notebook", "--ip", "0.0.0.0"]
|
||||
|
||||
{% if appendix -%}
|
||||
# Appendix:
|
||||
{{ appendix }}
|
||||
|
|
Ładowanie…
Reference in New Issue