2 years ago
Hi,
My Django app works perfectly fine locally. What am I doing wrong during deployment?
This is the log:
[Region: us-west1]
==============
Using Nixpacks
==============
context: 70cdd73fd29327361227db1b8810a44b
Nixpacks build failed
╔══════════════════════════════ Nixpacks v1.24.0 ══════════════════════════════╗
║ setup │ python39, postgresql, 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
ⓘ Deployment information is only viewable by project members and Railway employees.
0 Replies