rbiswasfc commited on
Commit
d1c7f60
·
1 Parent(s): 43bc104
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -18,7 +18,6 @@ COPY supervisord.conf .
18
  # Set permissions on the log file
19
  USER root
20
  RUN touch $HOME/app/mylog.log $HOME/app/supervisord.log && chmod a+rwx $HOME/app/mylog.log $HOME/app/supervisord.log
21
- USER user
22
 
23
  RUN mkdir -p /tmp/cache/
24
  RUN mkdir -p /.cache
 
18
  # Set permissions on the log file
19
  USER root
20
  RUN touch $HOME/app/mylog.log $HOME/app/supervisord.log && chmod a+rwx $HOME/app/mylog.log $HOME/app/supervisord.log
 
21
 
22
  RUN mkdir -p /tmp/cache/
23
  RUN mkdir -p /.cache