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

Moar perms/touching

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 /app/supervisord.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 /app/supervisord.log && chmod a+rwx /app/mylog.log /app/supervisord.log
27
 
28
  # Expose the desired port
29
  EXPOSE 7860