cleanup: Update makefile (#2789)

* Update makefile

* change from docker to prod
This commit is contained in:
Kuchenpirat 2023-12-05 18:18:21 +01:00 committed by GitHub
parent b369417690
commit 2751e8318a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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