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