Update start.sh
This commit is contained in:
parent
4c0071bf6a
commit
86de7b957f
1 changed files with 1 additions and 1 deletions
2
start.sh
2
start.sh
|
|
@ -19,4 +19,4 @@ cp -r build/* ../backend/staticfiles/
|
||||||
|
|
||||||
# Starte Gunicorn (Django-Server)
|
# Starte Gunicorn (Django-Server)
|
||||||
cd ../backend
|
cd ../backend
|
||||||
gunicorn backend.wsgi --bind 0.0.0.0:$PORT
|
gunicorn backend.wsgi --bind 0.0.0.0:8000
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue