Files
zwitschi 915c55d7ed
Build and Deploy Docker Container / test (push) Successful in 17s
Build and Deploy Docker Container / build-and-deploy (push) Successful in 49s
feat: remove pip installation command from nixpacks configuration
2026-05-10 13:44:39 +02:00

12 lines
167 B
TOML

[phases.install]
[phases.test]
dependsOn = ["install"]
cmds = ["pytest --maxfail=1 --disable-warnings -q"]
[start]
cmd = "python main.py"
[variables]
PORT = "8420"