sikeaditya commited on
Commit
b4b2475
·
verified ·
1 Parent(s): a435aa2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,7 +10,7 @@ RUN pip install --no-cache-dir -r requirements.txt
10
  # Create uploads directory and feedback.json with proper permissions
11
  RUN mkdir -p static/uploads static/audio && \
12
  touch feedback.json && \
13
- chmod 777 static && \
14
  chmod 666 feedback.json
15
 
16
  # Run as non-root user for security
 
10
  # Create uploads directory and feedback.json with proper permissions
11
  RUN mkdir -p static/uploads static/audio && \
12
  touch feedback.json && \
13
+ chmod -R 777 static && \
14
  chmod 666 feedback.json
15
 
16
  # Run as non-root user for security