Put configuration in nixpacks.toml
All checks were successful
Build and test project / build-and-test (push) Successful in 1m29s
All checks were successful
Build and test project / build-and-test (push) Successful in 1m29s
This commit is contained in:
@@ -13,4 +13,4 @@ cmds = [
|
||||
]
|
||||
|
||||
[start]
|
||||
cmd = "./start.sh"
|
||||
cmd = "envsubst '${PORT}' < nginx.conf.template > /tmp/nginx.conf && exec nginx -c /tmp/nginx.conf -g 'daemon off;'"
|
||||
|
||||
Reference in New Issue
Block a user