yunzi7 commited on
Commit
167cf94
β€’
1 Parent(s): e44492d

update dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -13,7 +13,8 @@ RUN mkdir -p /app/flask_session && chmod 777 /app/flask_session
13
  # Install any needed packages specified in requirements.txt
14
  RUN pip install --no-cache-dir -r requirements.txt
15
 
16
- RUN chmod -R 777 ./
 
17
 
18
  # Make port 7860 available to the world outside this container
19
  EXPOSE 7860
 
13
  # Install any needed packages specified in requirements.txt
14
  RUN pip install --no-cache-dir -r requirements.txt
15
 
16
+ # ν˜„μž¬ μ‚¬μš©μžλ‘œ μ†Œμœ μž λ³€κ²½
17
+ sudo chown -R $USER:$USER ./
18
 
19
  # Make port 7860 available to the world outside this container
20
  EXPOSE 7860