acc-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

#############################################
Related skills
Installs
1
GitHub Stars
71
First Seen
Feb 11, 2026