diff --git a/startup.sh b/startup.sh index b45303e..41c09a9 100644 --- a/startup.sh +++ b/startup.sh @@ -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 \ No newline at end of file +python /app/manage.py runserver 0.0.0.0:8080 \ No newline at end of file