add elixir build config

This commit is contained in:
Graham McIntire 2023-02-01 14:31:49 -06:00
parent 1814aca4e9
commit 61e757d9e9

12
elixir_buildpack.config Normal file
View file

@ -0,0 +1,12 @@
# Erlang version
erlang_version=25.2
# Elixir version
elixir_version=1.14.3
# Always rebuild from scratch on every deploy?
always_rebuild=false
# Create a release using `mix release`? (requires Elixir 1.9)
release=true