Skip to content
Snippets Groups Projects
Commit 42842043 authored by Ahmed Ilyas's avatar Ahmed Ilyas
Browse files

Fix example uploads

parent 75b27960
No related branches found
No related tags found
1 merge request!1959Fix example uploads
Pipeline #211798 passed
......@@ -219,7 +219,7 @@ COPY --chown=nomad:1000 scripts/run.sh .
COPY --chown=nomad:1000 scripts/run-worker.sh .
COPY --chown=nomad:1000 nomad/jupyterhub_config.py ./nomad/jupyterhub_config.py
COPY --chown=nomad:1000 examples/data/uploads /app/examples/data/uploads
COPY --chown=nomad:1000 --from=dev_package /app/examples/data/uploads /app/examples/data/uploads
COPY --chown=nomad:1000 --from=builder /usr/local/lib/python3.9/site-packages /usr/local/lib/python3.9/site-packages
COPY --chown=nomad:1000 --from=builder /usr/local/share/jupyterhub /usr/local/share/jupyterhub
COPY --chown=nomad:1000 --from=builder /usr/local/share/jupyter /usr/local/share/jupyter
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment