Aktualisieren entrypoint.sh

This commit is contained in:
Bastian Dietrich
2022-09-19 04:07:48 +02:00
parent bd47af2968
commit 491bd5fa2e

View File

@@ -1,4 +1,4 @@
#!/bin/ash
python ./manage.py migrate
python ./manage.py runserver 0:8080
exec python ./manage.py runserver 0:8080