sikeaditya commited on
Commit
cff6c69
·
verified ·
1 Parent(s): af610a2

Update Dockerfile

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