Skip to content

Commit

Permalink
Add McStasScript config folder to /opt/install
Browse files Browse the repository at this point in the history
  • Loading branch information
willend committed Jan 12, 2024
1 parent 2053c05 commit be68139
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ USER $NB_USER

COPY --chown=$NB_UID:$NB_GID jupyter_remote_desktop_proxy /opt/install/jupyter_remote_desktop_proxy
COPY --chown=$NB_UID:$NB_GID environment.yml setup.py MANIFEST.in README.md LICENSE /opt/install/
COPY --chown=$NB_UID:$NB_GID McStasScript setup.py MANIFEST.in README.md LICENSE /opt/install/McStasScript

RUN cd /opt/install && \
. /opt/conda/bin/activate && \
Expand Down

0 comments on commit be68139

Please sign in to comment.