dokku tweaks

This commit is contained in:
Graham McIntire 2023-02-01 14:54:06 -06:00
parent 8e909c7c2c
commit b8d6e70360
2 changed files with 5 additions and 1 deletions

2
Procfile Normal file
View file

@ -0,0 +1,2 @@
web: mix phx.server

View file

@ -8,5 +8,7 @@ elixir_version=1.14.3
always_rebuild=false
# Create a release using `mix release`? (requires Elixir 1.9)
release=true
release=false
hook_post_compile="eval mix assets.deploy && rm -f _build/esbuild*"