Mazzanga
Hello, i have a Django app and i want to deploy using Unirn, but y have this error:
==============
Using Nixpacks
==============
context: 75d7645dc46f8909d7e9b5b5b8bb166f
Nixpacks build failed
╔═══════════════════════════════ Nixpacks v1.5.1 ══════════════════════════════╗
║ setup │ python39, postgresql, gcc ║
║──────────────────────────────────────────────────────────────────────────────║
║ install │ python -m venv /opt/venv && . /opt/venv/bin/activate && pip ║
║ │ install -r requirements.txt ║
║──────────────────────────────────────────────────────────────────────────────║
║ start │ ║
╚══════════════════════════════════════════════════════════════════════════════╝
Error: No start command could be found
this is my Procfile:
web: sh -c 'python manage.py migrate && python manage.py collectstatic --noinput && gunicorn backend.Main.wsgi:application --bind 0.0.0.0:$PORT'
24 replies