Skip to content

Commit

Permalink
Update buildpack for non-umbrella setup
Browse files Browse the repository at this point in the history
  • Loading branch information
LostKobrakai committed Aug 28, 2023
1 parent 589bbb5 commit 538f8a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elixir_buildpack.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ erlang_version=25.0.3

# Invoke assets.deploy defined in your mix.exs to deploy assets with esbuild
# Note we nuke the esbuild executable from the image
hook_post_compile="eval cd apps/bob_versions_web && mix assets.deploy && rm -f _build/esbuild* && rm -f _build/dart* && rm -f _build/sass*"
hook_post_compile="eval mix assets.deploy && rm -f _build/esbuild* && rm -f _build/dart* && rm -f _build/sass*"

0 comments on commit 538f8a6

Please sign in to comment.