add image minification step

This commit is contained in:
hay-kot 2021-04-02 21:46:56 -08:00
commit 4ca7c8d7b0

View file

@ -54,6 +54,7 @@ setup: ## Setup Development Instance
backend: ## Start Mealie Backend Development Server
poetry run python mealie/db/init_db.py && \
poetry run python mealie/services/image/minify.py && \
poetry run python mealie/app.py