This commit is contained in:
2024-04-12 18:49:42 +02:00
parent 7de1f44f7d
commit 0365a60fcf

View File

@@ -4,4 +4,4 @@ set -e
# start the cronjob
crond -f -l 8 &
# start nextjs using our own command from package.json...
python manage.py runserver 0.0.0.0:8080
python /app/manage.py runserver 0.0.0.0:8080