Added label to dockerfile for referencing

This commit is contained in:
Fokko Driesprong
2016-02-08 17:16:20 +01:00
parent 6e1425e2c0
commit 2aacd5e28b

View File

@@ -46,5 +46,7 @@ WORKDIR /srv/jupyterhub/
EXPOSE 8000
LABEL com.jupyter.service="jupyterhub"
ONBUILD ADD jupyterhub_config.py /srv/jupyterhub/jupyterhub_config.py
CMD ["jupyterhub", "-f", "/srv/jupyterhub/jupyterhub_config.py"]