rabil commited on
Commit
5ac3704
·
verified ·
1 Parent(s): 245675b

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

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