Files
thc-webhook/nixpacks.toml
T
zwitschi 788f3ea6b7
Build and Deploy Docker Container / test (push) Successful in 14s
Build and Deploy Docker Container / build-and-deploy (push) Successful in 29s
feat: remove deployment step from Docker workflow and add nixpacks configuration
2026-05-10 13:31:30 +02:00

13 lines
210 B
TOML

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