dokku tweaks
This commit is contained in:
parent
8e909c7c2c
commit
b8d6e70360
2 changed files with 5 additions and 1 deletions
2
Procfile
Normal file
2
Procfile
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
web: mix phx.server
|
||||
|
||||
|
|
@ -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*"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue