Skip to content

Commit 2751e83

Browse files
authored
cleanup: Update makefile (#2789)
* Update makefile * change from docker to prod
1 parent b369417 commit 2751e83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ frontend-lint: ## 🧺 Run yarn lint
122122
# -----------------------------------------------------------------------------
123123
# Docker makefile
124124

125-
docker/prod: ## 🐳 Build and Start Docker Production Stack
126-
cd docker && docker-compose -f docker-compose.yml -p mealie up --build
125+
prod: ## 🐳 Build and Start Docker Production Stack
126+
cd docker && docker compose -f docker-compose.yml -p mealie up --build
127127

128128
generate:
129129
poetry run python dev/code-generation/main.py

0 commit comments

Comments
 (0)