diff --git a/Makefile b/Makefile index 36bb8fc..816ce41 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ dev: ## Start the full dev stack (includes a local Traefik proxy) dev-local: ## Start the integrated local stack (called by the root `make dev`) DOMAIN=$${DOMAIN:-localhost} ENVIRONMENT=$${ENVIRONMENT:-local} \ - $(COMPOSE_LOCAL) up --build -d proxy backend frontend mailcatcher + $(COMPOSE_LOCAL) up --build -d proxy backend frontend docs mailcatcher dev-lan: ## Same, plus the app on http://:$(APP_PORT) (no DNS needed) DOMAIN=$${DOMAIN:-localhost} ENVIRONMENT=$${ENVIRONMENT:-local} APP_PORT=$(APP_PORT) \