golang-dockerfile-app-sample/fc.toml

16 lines
229 B
TOML

app = "golang-dockerfile-app-sample"
region = "asia-south1"
handler = ""
[build]
dockerfile = "Dockerfile"
ignorefile = ".gitignore"
[build.args]
foo = "bar"
[env]
FOO = "BAR"
[http_service]
internal_port = 3000