From 7e64e01987c51068184bdaf9c5842bad433fb227 Mon Sep 17 00:00:00 2001 From: hay-kot Date: Sat, 3 Apr 2021 17:15:54 -0800 Subject: [PATCH] add pre-run script --- mealie/run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/mealie/run.sh b/mealie/run.sh index 5e51291a0..a6f5fc967 100755 --- a/mealie/run.sh +++ b/mealie/run.sh @@ -2,6 +2,7 @@ # Initialize Database Prerun python mealie/db/init_db.py +python mealie/services/image/minify.py ## Migrations # TODO