From 0365a60fcfebe092ba939fcbfd9b36b19b355250 Mon Sep 17 00:00:00 2001 From: Kirosbr Date: Fri, 12 Apr 2024 18:49:42 +0200 Subject: [PATCH] dev --- startup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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