Skip to content

Commit 10dfa8d

Browse files
authored
Merge pull request #120 from mathbunnyru/asalikhov/explicit_config_copy
Copy config explicitly
2 parents 6cbfeda + 4ffdae2 commit 10dfa8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

basic-example/Dockerfile.jupyterhub

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ RUN python3 -m pip install --no-cache-dir \
88
dockerspawner==12.* \
99
jupyterhub-nativeauthenticator==1.*
1010

11+
COPY ./jupyterhub_config.py /srv/jupyterhub/jupyterhub_config.py
1112
CMD ["jupyterhub", "-f", "/srv/jupyterhub/jupyterhub_config.py"]

0 commit comments

Comments
 (0)