dev
This commit is contained in:
7
startup.sh
Normal file
7
startup.sh
Normal 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
|
Reference in New Issue
Block a user