Skip to content

Commit

Permalink
cleanup: Update makefile (mealie-recipes#2789)
Browse files Browse the repository at this point in the history
* Update makefile

* change from docker to prod
  • Loading branch information
Kuchenpirat authored Dec 5, 2023
1 parent b369417 commit 2751e83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2751e83

Please sign in to comment.