We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6cbfeda + 4ffdae2 commit 10dfa8dCopy full SHA for 10dfa8d
basic-example/Dockerfile.jupyterhub
@@ -8,4 +8,5 @@ RUN python3 -m pip install --no-cache-dir \
8
dockerspawner==12.* \
9
jupyterhub-nativeauthenticator==1.*
10
11
+COPY ./jupyterhub_config.py /srv/jupyterhub/jupyterhub_config.py
12
CMD ["jupyterhub", "-f", "/srv/jupyterhub/jupyterhub_config.py"]
0 commit comments