run = "python3 app.py"
modules = ["python-3.11"]

[nix]
channel = "stable-23_11"

[deployment]
run = ["sh", "-c", "python3 app.py"]
deploymentTarget = "autoscale"

[[ports]]
localPort = 5000
externalPort = 80
