Skip to content

Commit

Permalink
Update Dockerfile with fix-permissions
Browse files Browse the repository at this point in the history
added fix-permissions to prevent notebook running read-only
  • Loading branch information
astalea authored Jun 2, 2020
1 parent 6a5f583 commit 6d0fb4c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ ENV PATH $CONDA_DIR/envs/${conda_env}/bin:$PATH
ENV CONDA_DEFAULT_ENV ${conda_env}

COPY data /home/$NB_USER/work/data
COPY python /home/$NB_USER/work/python
COPY python /home/$NB_USER/work/python

RUN fix-permissions /home/$NB_USER

0 comments on commit 6d0fb4c

Please sign in to comment.