Spaces:
Sleeping
Sleeping
chore: Update Dockerfile to fix ownership issue with /app directory
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -46,7 +46,7 @@ COPY docker/redis.conf /etc/redis/redis.conf
|
|
46 |
|
47 |
RUN sudo chown -R rabil /app
|
48 |
|
49 |
-
RUN mkdir -p /etc/lib/redis
|
50 |
RUN sudo chown -R rabil /etc/lib/redis
|
51 |
|
52 |
ENV MIX_ENV=prod
|
|
|
46 |
|
47 |
RUN sudo chown -R rabil /app
|
48 |
|
49 |
+
RUN sudo mkdir -p /etc/lib/redis
|
50 |
RUN sudo chown -R rabil /etc/lib/redis
|
51 |
|
52 |
ENV MIX_ENV=prod
|