builds now
Some checks failed
Build and Deploy / Build & Push Image (push) Failing after 30s

This commit is contained in:
2026-03-16 16:42:03 -06:00
parent fa7ff3ac2f
commit e5d10410da

View File

@@ -22,8 +22,10 @@ COPY assets assets
COPY priv priv
COPY lib lib
RUN mix assets.setup && mix assets.deploy
RUN mix compile && mix release
RUN mix assets.setup
RUN mix compile
RUN mix assets.deploy
RUN mix release
# ---- Runtime stage ----
FROM debian:bookworm-slim AS runtime