mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-19 05:09:40 +02:00
cleanup: Update makefile (#2789)
* Update makefile * change from docker to prod
This commit is contained in:
parent
b369417690
commit
2751e8318a
1 changed files with 2 additions and 2 deletions
4
makefile
4
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue