Skip to content

Commit

Permalink
Correct COPY clause
Browse files Browse the repository at this point in the history
  • Loading branch information
willend committed Jan 12, 2024
1 parent be68139 commit a44891f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +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
COPY --chown=$NB_UID:$NB_GID McStasScript /opt/install/McStasScript

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

0 comments on commit a44891f

Please sign in to comment.