diff --git a/fly.toml b/fly.toml index c94730d..faf00ef 100644 --- a/fly.toml +++ b/fly.toml @@ -7,11 +7,11 @@ app = "brawlhalla" primary_region = "cdg" [build] + dockerfile = "Dockerfile" [http_service] internal_port = 3000 force_https = true - auto_stop_machines = true auto_start_machines = true min_machines_running = 0 processes = ["app"]