We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b369417 commit 2751e83Copy full SHA for 2751e83
makefile
@@ -122,8 +122,8 @@ frontend-lint: ## 🧺 Run yarn lint
122
# -----------------------------------------------------------------------------
123
# Docker makefile
124
125
-docker/prod: ## 🐳 Build and Start Docker Production Stack
126
- 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
127
128
generate:
129
poetry run python dev/code-generation/main.py
0 commit comments