Correct fly template port

Deployments to fly.io were failing with error:
> Failed due to unhealthy allocations
Fixes #16
This commit is contained in:
Chris 2022-05-06 10:36:34 -07:00 committed by James Long
parent 6d52cc7c73
commit d0a8b678d3

View file

@ -5,7 +5,7 @@ kill_timeout = 5
processes = []
[env]
PORT = "8080"
PORT = "5006"
[experimental]
allowed_public_ports = []