Loading...
Loading...
Docker Compose Watch mode for automatic hot reload during local development with sync, rebuild, and restart actions
npx skill4agent add josiahsiegel/claude-plugin-marketplace docker-watch-mode-2025services:
frontend:
build: ./frontend
develop:
watch:
- action: sync
path: ./frontend/src
target: /app/src
ignore: [node_modules/, .git/]
- action: rebuild
path: ./frontend/package.jsondocker compose up --watch