Files
wanderer/elixir_buildpack.config
Dmitry Popov 4136aaad76 Initial commit
2024-09-18 01:55:30 +04:00

13 lines
391 B
Plaintext

# Elixir version
elixir_version=1.17.2
# Erlang version
# https://github.com/HashNuke/heroku-buildpack-elixir-otp-builds/blob/master/otp-versions
erlang_version=27.0.1
always_rebuild=false
# 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 mix assets.deploy && rm -f _build/esbuild"