This commit is contained in:
2024-04-12 18:38:47 +02:00
parent d90908d270
commit 3da47de739

7
startup.sh Normal file
View File

@@ -0,0 +1,7 @@
# startup.sh
# make sure errors stop execution
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