From e46a8862adf67c827836343eb81190860549f598 Mon Sep 17 00:00:00 2001 From: Karl Date: Mon, 14 Jul 2025 14:31:05 +0100 Subject: [PATCH] not sure why i have to do this? --- requirements.txt | Bin 2714 -> 2730 bytes run.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b3b5c253eb3eca82dbc3c31e2af9f7c1f8d5785a..2bd3019e60a151f661ecf74d53c1d7f844fa73ea 100644 GIT binary patch delta 24 ecmbOwx=M7zEG~g`hEj$+hD?TJhJ1!1APWFmAO<)9 delta 7 OcmZ1_I!koJEG_^G&jP~$ diff --git a/run.sh b/run.sh index 28502e0..133b773 100644 --- a/run.sh +++ b/run.sh @@ -5,7 +5,7 @@ FLASK_ENV=${FLASK_ENV:-development} if [ "$FLASK_ENV" = "production" ]; then echo "Starting in production mode..." - gunicorn --config gunicorn.conf.py app:app + python3 -m gunicorn --config gunicorn.conf.py app:app else echo "Starting in development mode..." python3 app.py