Move onbuild step to jupyterhub-onbuild

Removes onbuild from from jupyter/jupyterhub image,
though it remains incomplete and will not run without a config file.
This commit is contained in:
Min RK
2016-04-18 14:38:39 +02:00
parent f3bbca80ea
commit 9cdda101c7
4 changed files with 20 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
FROM jupyter/jupyterhub
FROM jupyter/jupyterhub-onbuild
MAINTAINER Jupyter Project <jupyter@googlegroups.com>