modified env

This commit is contained in:
yoshi 2025-04-30 11:55:29 -07:00
parent 1aa82a7355
commit e991d3cba7
2 changed files with 10 additions and 9 deletions

View file

@ -1,17 +1,17 @@
app = ""
app = "snakeapi-template"
kill_signal = "SIGINT"
kill_timeout = 5
[build]
dockerfile = "Dockerfile"
dockerfile = "dockerfile"
[env]
PORT = "3006"
PORT = "3006"
[[services]]
internal_port = 3006
protocol = "tcp"
internal_port = 3006
protocol = "tcp"
[[services.ports]]
handlers = ["http"]
port = 80
[[services.ports]]
handlers = ["http"]
port = 80