From 65c5ac7f1de46194fcfe3889d2fbba1b78a587a1 Mon Sep 17 00:00:00 2001 From: Antoine Bertin Date: Fri, 30 Apr 2021 01:40:15 +0200 Subject: [PATCH] Remove usage of poetry in run script --- mealie/run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mealie/run.sh b/mealie/run.sh index e8ac3e6be..e3de78fae 100755 --- a/mealie/run.sh +++ b/mealie/run.sh @@ -7,8 +7,8 @@ ARG1=${1:-production} # DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )" # # Initialize Database Prerun -poetry run alembic upgrade head -poetry run python /app/mealie/services/image/minify.py +alembic upgrade head +python /app/mealie/services/image/minify.py # TODO # Set Port from ENV Variable