From e5d10410da018a350f51abc43b6e4bc006c3dbeb Mon Sep 17 00:00:00 2001 From: Alex Mickelson Date: Mon, 16 Mar 2026 16:42:03 -0600 Subject: [PATCH] builds now --- Dockerfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8070593..1dceae9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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