Files
Moon-UB-overver/nixpacks.toml
2025-02-07 10:31:46 +05:30

9 lines
244 B
TOML

[phases.setup]
nixPkgs = ['...', 'git', 'wget', 'ffmpeg', 'mediainfo']
[phases.install]
cmds = ["python -m venv --copies /opt/venv && . /opt/venv/bin/activate && pip install --no-cache-dir -r requirements.txt"]
[start]
cmd = "python main.py"