ci: update dockerfile
Some checks failed
Checks / check (push) Successful in 1m34s
Build and Push Docker Image / Build and Push Image (push) Failing after 33s

This commit is contained in:
Vladimir Rubin 2024-11-28 10:23:34 +02:00
parent 71f10a0a9f
commit 36b2796b03
Signed by: vavakado
GPG key ID: CAB744727F36B524

View file

@ -60,6 +60,7 @@ RUN mix compile
# Changes to config/runtime.exs don't require recompiling the code # Changes to config/runtime.exs don't require recompiling the code
COPY config/runtime.exs config/ COPY config/runtime.exs config/
RUN mix phx.gen.release
COPY rel rel COPY rel rel
RUN mix release RUN mix release