rabil commited on
Commit
2824c01
·
verified ·
1 Parent(s): f1b3f38

chore: Update Dockerfile to fix ownership issue with /app directory

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -42,7 +42,7 @@ EXPOSE 7860
42
 
43
  COPY docker/supervisor.conf /etc/supervisor/conf.d/supervisor.conf
44
 
45
- RUN chown -R rabil /app
46
 
47
  ENV MIX_ENV=prod
48
 
 
42
 
43
  COPY docker/supervisor.conf /etc/supervisor/conf.d/supervisor.conf
44
 
45
+ RUN sudo chown -R rabil /app
46
 
47
  ENV MIX_ENV=prod
48