deagar commited on
Commit
1f5ff0f
·
1 Parent(s): cf32fe5

fix ownership handling command in prev commit

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -24,7 +24,7 @@ COPY notebooks/ notebooks/
24
  COPY data/ data/
25
 
26
  # Make sure 'jovyan' user owns these files/folders
27
- RUN chown -R jovyan:jovyan /home/jovyan/work
28
 
29
  # Switch back to 'jovyan' user (the default in the jupyter/docker-stacks images)
30
  USER $NB_UID
 
24
  COPY data/ data/
25
 
26
  # Make sure 'jovyan' user owns these files/folders
27
+ RUN chown -R jovyan:users /home/jovyan/work
28
 
29
  # Switch back to 'jovyan' user (the default in the jupyter/docker-stacks images)
30
  USER $NB_UID