Skip to content

Commit

Permalink
docker: Add mix deps.get to Dockerfile CMD
Browse files Browse the repository at this point in the history
  • Loading branch information
joshlarson committed Oct 4, 2024
1 parent ad5d052 commit 507f13b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/dotcom/dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ RUN mix deps.get
RUN mix deps.compile
RUN npm install --prefix assets --omit=optional --audit false --fund false --loglevel verbose --ignore-scripts

CMD elixir --sname $SNAME --cookie foobarbaz -S mix phx.server
CMD mix deps.get && elixir --sname $SNAME --cookie foobarbaz -S mix phx.server

0 comments on commit 507f13b

Please sign in to comment.