create-dockerfile-ci
Installation
SKILL.md
Dockerfile CI Generator
Generates optimized Dockerfiles for PHP projects with multi-stage builds.
Generated Files
Dockerfile # Production multi-stage build
Dockerfile.ci # CI-optimized build (optional)
.dockerignore # Exclude unnecessary files
Multi-Stage Production Dockerfile
# Dockerfile
# syntax=docker/dockerfile:1.6