mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-09 03:04:54 -04:00
cleanup: Update makefile (#2789)
* Update makefile * change from docker to prod
This commit is contained in:
parent
b369417690
commit
2751e8318a
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…
x
Reference in New Issue
Block a user