Skip to content

Commit

Permalink
Don't deploy assets
Browse files Browse the repository at this point in the history
  • Loading branch information
reachfh committed Jan 2, 2024
1 parent 76ab746 commit 15dec89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/debian.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ FROM build-deps-get AS prod-release
# Umbrella
# COPY --link apps ./apps

RUN mix assets.deploy
# RUN mix assets.deploy
# RUN esbuild default --minify
# RUN mix phx.digest

Expand Down
2 changes: 1 addition & 1 deletion deploy/distroless.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ FROM build-deps-get AS prod-release
# Umbrella
# COPY --link apps ./apps

RUN mix assets.deploy
# RUN mix assets.deploy
# RUN esbuild default --minify
# RUN mix phx.digest

Expand Down

0 comments on commit 15dec89

Please sign in to comment.