Skip to content

Commit

Permalink
Updated dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehdi Necibi committed Oct 22, 2023
1 parent 5fd7368 commit 77c0b50
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,14 @@ ENV MIX_ENV=prod \
RUN mix deps.get --only prod

# Compile assets
COPY lib lib
COPY priv priv
COPY assets assets
COPY config config
RUN mix compile
RUN mix setup

COPY lib lib
COPY priv priv
COPY assets assets
COPY rel rel

RUN mix release

#=================
Expand Down

0 comments on commit 77c0b50

Please sign in to comment.