Update start.sh

This commit is contained in:
idittrich-valueon 2025-03-09 10:07:06 +01:00 committed by GitHub
parent 4c0071bf6a
commit 86de7b957f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,4 +19,4 @@ cp -r build/* ../backend/staticfiles/
# Starte Gunicorn (Django-Server)
cd ../backend
gunicorn backend.wsgi --bind 0.0.0.0:$PORT
gunicorn backend.wsgi --bind 0.0.0.0:8000