Try different build
All checks were successful
Build and deploy / deploy (push) Successful in 2m17s

This commit is contained in:
2024-12-17 23:57:10 +00:00
parent 06d75f9d29
commit ce19237fd2
2 changed files with 417 additions and 409 deletions

View File

@@ -6,7 +6,9 @@
app = 'joemonk' app = 'joemonk'
primary_region = 'lhr' primary_region = 'lhr'
[build] [build]
image = "registry.fly.io/lmcoaching:latest"
[http_service] [http_service]
internal_port = 3000 internal_port = 3000
@@ -14,7 +16,7 @@ primary_region = 'lhr'
auto_stop_machines = 'stop' auto_stop_machines = 'stop'
auto_start_machines = true auto_start_machines = true
min_machines_running = 1 min_machines_running = 1
processes = ['app'] processes = ["app"]
[[http_service.checks]] [[http_service.checks]]
grace_period = "30s" grace_period = "30s"
interval = "120s" interval = "120s"

822
package-lock.json generated

File diff suppressed because it is too large Load Diff