Update fc.toml
This commit is contained in:
parent
080d4afa9d
commit
57791c89a3
3
fc.toml
3
fc.toml
|
|
@ -2,6 +2,9 @@ app = "nodejs-dockerfile-func-sample"
|
||||||
region = "asia-south1"
|
region = "asia-south1"
|
||||||
handler = "index.handler"
|
handler = "index.handler"
|
||||||
|
|
||||||
|
[settings.nodejs]
|
||||||
|
common_js = true
|
||||||
|
|
||||||
[build]
|
[build]
|
||||||
builtin = "dockerfile"
|
builtin = "dockerfile"
|
||||||
ignorefile = ".gitignore"
|
ignorefile = ".gitignore"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user