10 lines
169 B
Plaintext
10 lines
169 B
Plaintext
modules = ["web", "python-3.12"]
|
|
run = "python3 app.py"
|
|
|
|
[nix]
|
|
channel = "stable-24_05"
|
|
|
|
[deployment]
|
|
run = ["sh", "-c", "python3 app.py"]
|
|
deploymentTarget = "cloudrun"
|