16 lines
229 B
TOML
16 lines
229 B
TOML
app = "python-dockerfile-app-sample"
|
|
region = "asia-south1"
|
|
handler = ""
|
|
|
|
[build]
|
|
dockerfile = "Dockerfile"
|
|
ignorefile = ".gitignore"
|
|
[build.args]
|
|
foo = "bar"
|
|
|
|
[env]
|
|
FOO = "BAR"
|
|
|
|
[http_service]
|
|
internal_port = 3000
|