From 9353ae72104975d1a347cf977c4c6eb6e02598b0 Mon Sep 17 00:00:00 2001 From: mb Date: Wed, 29 Nov 2023 16:59:35 +0100 Subject: [PATCH] 'Makefile' updaten --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index be476bb..1471e73 100644 --- a/Makefile +++ b/Makefile @@ -12,4 +12,5 @@ local: @.venv/bin/python octomode.py action: + @if [ ! ".venv/bin/gunicorn" ]; .venv/bin/pip install gunicorn; fi @SCRIPT_NAME=${OCTOMODE_APPLICATION_ROOT} .venv/bin/gunicorn -b localhost:${OCTOMODE_PORTNUMBER} --reload octomode:APP