Skip to content

Commit fab686a

Browse files
committed
2 parents 9ec2384 + c2779bb commit fab686a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.9-slim
1+
FROM python:3.13.3-slim
22

33
WORKDIR /app
44

fly.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ kill_timeout = "5s"
1414
force_https = true
1515
auto_stop_machines = true
1616
auto_start_machines = true
17-
min_machines_running = 1
17+
min_machines_running = 0
1818
processes = ["app"]
1919

2020
[http_service.concurrency]

0 commit comments

Comments
 (0)