@ -14,6 +14,8 @@ WORKDIR /app
COPY . .
# Compile the application
RUN mix local.hex --force && mix local.rebar --force
RUN mix deps.get --only prod
RUN MIX_ENV=prod mix compile
# Update the static Swagger documentation