Add Dockerfile.dev for local development with hot reload
- Dockerfile.dev: Development environment with hot reload & cache mount - Add Makefile targets: build-dev, run-dev for easy local testing - Hot reload watches agent, api, common directories - Includes health check endpoint Usage: make build-dev # Build dev image make run-dev # Run container with volume mount for hot reload
Showing
backend/Dockerfile.dev
0 → 100644
Please register or sign in to comment