Set fixed port number
All checks were successful
Build and test project / build-and-test (push) Successful in 1m25s
All checks were successful
Build and test project / build-and-test (push) Successful in 1m25s
This commit is contained in:
@@ -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;'"
|
||||
|
||||
Reference in New Issue
Block a user