Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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
|