Spaces:
Paused
Paused
fix ownership handling command in prev commit
Browse files- 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:
|
| 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
|