hujameson commited on
Commit
f7b4def
·
verified ·
1 Parent(s): db2bf1e

Upload Dockerfile

Browse files
Files changed (1) hide show
  1. 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