docker-expert
Installation
SKILL.md
Docker Expert
When to Use
- Dockerfile creation for NestJS/Next.js
- docker-compose configuration
- Container networking and volumes
- Multi-stage builds optimization
- Health checks and restart policies
- MongoDB/Redis container setup
Dockerfile Best Practices
NestJS Multi-Stage Build
FROM node:20-alpine AS base
WORKDIR /app