WebashalarForML commited on
Commit
772fe43
·
verified ·
1 Parent(s): 9d2373a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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