Browse Source

Allow fetching dev dependencies

master
buttercat1791 4 months ago
parent
commit
e1bb3b8cdb
  1. 2
      Dockerfile

2
Dockerfile

@ -15,7 +15,7 @@ COPY . . @@ -15,7 +15,7 @@ COPY . .
# Compile the application
RUN mix local.hex --force && mix local.rebar --force
RUN mix deps.get --only prod
RUN mix deps.get
RUN MIX_ENV=prod mix compile
# Update the static Swagger documentation

Loading…
Cancel
Save