This commit is contained in:
@@ -22,8 +22,10 @@ COPY assets assets
|
|||||||
COPY priv priv
|
COPY priv priv
|
||||||
COPY lib lib
|
COPY lib lib
|
||||||
|
|
||||||
RUN mix assets.setup && mix assets.deploy
|
RUN mix assets.setup
|
||||||
RUN mix compile && mix release
|
RUN mix compile
|
||||||
|
RUN mix assets.deploy
|
||||||
|
RUN mix release
|
||||||
|
|
||||||
# ---- Runtime stage ----
|
# ---- Runtime stage ----
|
||||||
FROM debian:bookworm-slim AS runtime
|
FROM debian:bookworm-slim AS runtime
|
||||||
|
|||||||
Reference in New Issue
Block a user