derek-thomas HF staff commited on
Commit
c12aee2
1 Parent(s): bab2e06

Add and modify perms for the log file

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -23,7 +23,7 @@ COPY . .
23
  COPY supervisord.conf .
24
 
25
  # Set permissions on the log file
26
- RUN touch /app/mylog.log && chmod a+rwx /app/mylog.log
27
 
28
  # Expose the desired port
29
  EXPOSE 7860
 
23
  COPY supervisord.conf .
24
 
25
  # Set permissions on the log file
26
+ RUN touch /app/mylog.log && chmod a+rwx /app/mylog.log /app/supervisord.log
27
 
28
  # Expose the desired port
29
  EXPOSE 7860