Skip to content
This repository was archived by the owner on Jun 30, 2023. It is now read-only.

Commit f392a4b

Browse files
committed
Revert "Fix deployment pipeline"
This reverts commit 7c75902.
1 parent 7c75902 commit f392a4b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Dockerfile

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,6 @@ RUN mix local.hex --force && \
1717
COPY mix.* /usr/src/app/
1818
# Guardian requires the config files to compile..
1919
COPY config/* /usr/src/app/config/
20-
21-
USER root
22-
23-
RUN find /usr/src/app -type d -exec chmod 777 {} \; && \
24-
find /usr/src/app -type f -exec chmod 666 {} \;
25-
26-
USER 1001
27-
2820
RUN mix deps.get --only prod && \
2921
mix deps.compile --only prod
3022

0 commit comments

Comments
 (0)