Skip to content

Commit

Permalink
do not embed usecases in the Docker image (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
pauleve authored and github-actions[bot] committed Dec 31, 2020
1 parent 6418355 commit 03e60e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ COPY bin/* /usr/bin/
# Notebooks
##
COPY --chown=$NB_USER:$NB_USER tutorials /notebook/tutorials
COPY --chown=$NB_USER:$NB_USER usecases/*.* /notebook/usecases/

RUN chown $NB_USER:$NB_USER /notebook

Expand Down

0 comments on commit 03e60e6

Please sign in to comment.