Spaces:
Runtime error
Runtime error
Upload Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -28,7 +28,7 @@ USER appuser
|
|
28 |
|
29 |
RUN mkdir -p /app/hub
|
30 |
RUN chmod 777 /app
|
31 |
-
RUN chmod 777 /app/hub
|
32 |
|
33 |
|
34 |
# During debugging, this entry point will be overridden. For more information, please refer to https://aka.ms/vscode-docker-python-debug
|
|
|
28 |
|
29 |
RUN mkdir -p /app/hub
|
30 |
RUN chmod 777 /app
|
31 |
+
#RUN chmod 777 /app/hub
|
32 |
|
33 |
|
34 |
# During debugging, this entry point will be overridden. For more information, please refer to https://aka.ms/vscode-docker-python-debug
|