Spaces:
Sleeping
Sleeping
chore: Update Dockerfile to fix ownership issue with /app directory
Browse files- 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 |
|