From d557ba2944edb5edd8dd89aa1dcd7a261382e94e Mon Sep 17 00:00:00 2001 From: Serkan <99305011+serk03@users.noreply.github.com> Date: Wed, 26 Aug 2026 18:47:34 +0100 Subject: [PATCH] Add Gunicorn command to startup.txt --- startup.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 startup.txt diff --git a/startup.txt b/startup.txt new file mode 100644 index 000000000..24e5a4bba --- /dev/null +++ b/startup.txt @@ -0,0 +1 @@ +gunicorn --bind=0.0.0.0 --workers=4 flask run -p 80