Build Error
keremyagan
TRIALOP

2 years ago

╔══════════════════════════════ Nixpacks v1.21.2 ══════════════════════════════╗

║ setup │ python38, gcc ║

║──────────────────────────────────────────────────────────────────────────────║

║ install │ python -m venv --copies /opt/venv && . /opt/venv/bin/activate ║

║ │ && pip install -r requirements.txt ║

║──────────────────────────────────────────────────────────────────────────────║

║ start │ ║

╚══════════════════════════════════════════════════════════════════════════════╝

Error: No start command could be found

How I can solve it

View Deploy

1 Replies

roach
PRO

2 years ago

You should just need to add a Start Command for your Python app:

https://docs.railway.app/guides/start-command


Loading...