mirror of
https://github.com/abrendan/NochuSearch.git
synced 2025-06-15 20:15:26 +02:00
17 lines
328 B
Plaintext
17 lines
328 B
Plaintext
run = ["gunicorn", "--bind", "0.0.0.0:80", "main:app"]
|
|
entrypoint = "main.py"
|
|
modules = ["python-3.10:v18-20230807-322e88b"]
|
|
|
|
hidden = [".pythonlibs"]
|
|
|
|
[nix]
|
|
channel = "stable-23_05"
|
|
|
|
[deployment]
|
|
run = ["gunicorn", "--bind", "0.0.0.0:80", "main:app"]
|
|
deploymentTarget = "cloudrun"
|
|
|
|
[[ports]]
|
|
localPort = 80
|
|
externalPort = 80
|