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