I can't mount the file nixpack.toml
ricardo184
TRIALOP

2 years ago

[config]

language = "python"

python_version = "3.8"

environment = ["gcc"]

[build]

commands = [

"python -m venv --copies /opt/venv",

". /opt/venv/bin/activate",

"pip install -r requirements.txt"

]

[start]

command = ". /opt/venv/bin/activate && python bot.py"

1 Replies

2 years ago

That's not a valid nixpacks.toml file.

Delete the bad nixpacks.toml file and then let me know what issue you are running into.


Loading...