fix(doc):update the document for the docker configuration

This commit is contained in:
Willem Jiang
2026-06-14 11:30:44 +08:00
parent 5d61718c80
commit 0fb2a75bfb
6 changed files with 78 additions and 74 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ install:
@echo "Installing frontend dependencies..."
@cd frontend && pnpm install
@echo "Installing pre-commit hooks..."
@$(BACKEND_UV_RUN) --with pre-commit pre-commit install
@$(BACKEND_UV_RUN) --with pre-commit pre-commit install
@echo "✓ All dependencies installed"
@echo ""
@echo "=========================================="