Skip to content

Commit

Permalink
Update nixpacks.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
lanvent committed Apr 13, 2023
1 parent 2989249 commit 0b4bf15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixpacks.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ providers = ['python']

[phases.setup]
nixPkgs = ['python310']
cmds = ['apt-get update','apt-get install -y --no-install-recommends ffmpeg espeak']
cmds = ['apt-get update','apt-get install -y --no-install-recommends ffmpeg espeak','python -m venv /opt/venv && . /opt/venv/bin/activate && pip install -r requirements-optional.txt']
[start]
cmd = "python ./app.py"

0 comments on commit 0b4bf15

Please sign in to comment.