Skip to content

Commit

Permalink
Recursively copy directory in Docker setup
Browse files Browse the repository at this point in the history
  • Loading branch information
dokempf committed Oct 11, 2021
1 parent 081bb75 commit 37e271b
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 @@ -15,7 +15,7 @@ ENV JUPYTER_ENABLE_LAB=yes

# Copy all the notebook files into the home directory
RUN rm -rf ${HOME}/work && \
cp /opt/adaptivefiltering/jupyter/* ${HOME}
cp -r /opt/adaptivefiltering/jupyter/* ${HOME}

# Remove the redundant data from /opt/adaptivefiltering
RUN rm -rf /opt/adaptivefiltering/*

0 comments on commit 37e271b

Please sign in to comment.