From 2751e8318a89df4e016a3bafb7e0ee851ae2b57d Mon Sep 17 00:00:00 2001 From: Kuchenpirat <24235032+Kuchenpirat@users.noreply.github.com> Date: Tue, 5 Dec 2023 18:18:21 +0100 Subject: [PATCH] cleanup: Update makefile (#2789) * Update makefile * change from docker to prod --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index aa63259a6..7bbdfbe81 100644 --- a/makefile +++ b/makefile @@ -122,8 +122,8 @@ frontend-lint: ## ๐Ÿงบ Run yarn lint # ----------------------------------------------------------------------------- # Docker makefile -docker/prod: ## ๐Ÿณ Build and Start Docker Production Stack - cd docker && docker-compose -f docker-compose.yml -p mealie up --build +prod: ## ๐Ÿณ Build and Start Docker Production Stack + cd docker && docker compose -f docker-compose.yml -p mealie up --build generate: poetry run python dev/code-generation/main.py