mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 14:33:33 -07:00
add image minification step
This commit is contained in:
parent
d0c3aae2c7
commit
4ca7c8d7b0
1 changed files with 1 additions and 0 deletions
1
makefile
1
makefile
|
@ -54,6 +54,7 @@ setup: ## Setup Development Instance
|
||||||
|
|
||||||
backend: ## Start Mealie Backend Development Server
|
backend: ## Start Mealie Backend Development Server
|
||||||
poetry run python mealie/db/init_db.py && \
|
poetry run python mealie/db/init_db.py && \
|
||||||
|
poetry run python mealie/services/image/minify.py && \
|
||||||
poetry run python mealie/app.py
|
poetry run python mealie/app.py
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue