1
0

Set fixed port number
All checks were successful
Build and test project / build-and-test (push) Successful in 1m25s

This commit is contained in:
2026-03-19 22:02:25 +01:00
parent 5d4ee3eac3
commit 4e004f8360

View File

@@ -13,4 +13,4 @@ cmds = [
]
[start]
cmd = "envsubst '${PORT}' < nginx.conf.template > /tmp/nginx.conf && exec nginx -c /tmp/nginx.conf -g 'daemon off;'"
cmd = "PORT=8080 envsubst '${PORT}' < nginx.conf.template > /tmp/nginx.conf && nginx -c /tmp/nginx.conf -g 'daemon off;'"