diff --git a/Dockerfile b/Dockerfile index e6915e6..783f121 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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