18 lines
271 B
TOML
18 lines
271 B
TOML
app = "python-dockerfile-func-sample"
|
|
region = "asia-south1"
|
|
handler = "handler.handler"
|
|
|
|
[build]
|
|
builtin = "dockerfile"
|
|
ignorefile = ".gitignore"
|
|
|
|
[build.args]
|
|
param1 = "value1"
|
|
param2 = "value2"
|
|
|
|
[env]
|
|
FOO = "BAR"
|
|
|
|
[http_service]
|
|
internal_port = 3000
|