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

update dockerfile

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