12 lines
No EOL
192 B
Text
12 lines
No EOL
192 B
Text
entrypoint = "main.py"
|
|
modules = ["python-3.10"]
|
|
|
|
hidden = [".pythonlibs"]
|
|
|
|
[nix]
|
|
channel = "stable-23_05"
|
|
|
|
[deployment]
|
|
run = ["python", "main.py"]
|
|
deploymentTarget = "gce"
|
|
ignorePorts = true |