Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -20,7 +20,7 @@ RUN mkdir -p /tmp/flask_sessions /app/flask_sessions /app/uploads && \
|
|
20 |
chmod -R 777 /tmp/flask_sessions /app/flask_sessions /app/uploads
|
21 |
|
22 |
# Create the app_error.log file and set write permissions
|
23 |
-
RUN touch /app/app_error.log && chmod 777 /app/app_error.log
|
24 |
|
25 |
# Ensure all relevant directories have the correct permissions
|
26 |
RUN chmod -R 777 /app
|
|
|
20 |
chmod -R 777 /tmp/flask_sessions /app/flask_sessions /app/uploads
|
21 |
|
22 |
# Create the app_error.log file and set write permissions
|
23 |
+
#RUN touch /app/app_error.log && chmod 777 /app/app_error.log
|
24 |
|
25 |
# Ensure all relevant directories have the correct permissions
|
26 |
RUN chmod -R 777 /app
|