feat: use release to deploy application
Adjust `Dockerfile` and `docker-compose` to use the `release` structure.
This commit is contained in:
5
rel/overlays/bin/server
Executable file
5
rel/overlays/bin/server
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
set -eu
|
||||
|
||||
cd -P -- "$(dirname -- "$0")"
|
||||
PHX_SERVER=true exec ./wabanex start
|
Reference in New Issue
Block a user