Merge branch 'main' of https://github.com/valueonag/gateway
This commit is contained in:
commit
6f72c651d4
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