Skip to content

Commit

Permalink
#305 Fix nwbfile parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
filippomc committed Jul 29, 2022
1 parent 6c470e4 commit cf76c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/Dockerfile-hub
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ COPY --chown=1000:1000 spawn_pending.html /usr/local/share/jupyterhub/templates/
COPY --chown=1000:1000 jupyter.png /usr/local/share/jupyterhub/static/images/jupyter.png
COPY --chown=1000:1000 favicon.ico /usr/local/share/jupyterhub/static/favicon.ico
COPY --chown=1000:1000 favicon.ico /usr/local/share/jupyterhub/static/images/favicon.ico
COPY --chown=1000:1000 auth.py /usr/local/lib/python3.6/dist-packages/tmpauthenticator/__init__.py
COPY --chown=1000:1000 auth.py /usr/local/lib/python3.8/dist-packages/tmpauthenticator/__init__.py
COPY --chown=1000:1000 hot_fix_for_eventsource.js /usr/local/share/jupyterhub/static/hot_fix_for_eventsource.js
CMD ["jupyterhub", "--config", "/srv/jupyterhub_config.py"]

0 comments on commit cf76c22

Please sign in to comment.