acc-create-dockerfile-production

Installation
SKILL.md

Production Dockerfile Generator

Generates production-ready, multi-stage Dockerfiles for PHP 8.4 projects with security hardening, OPcache tuning, and PHP-FPM optimization.

Generated Files

Dockerfile              # Production multi-stage build (3 stages)

Generation Instructions

  1. Analyze project:
    • Read composer.json for PHP version and required extensions
    • Check require section for ext-* entries
    • Detect framework: Symfony (symfony/framework-bundle), Laravel (laravel/framework)
    • Identify database drivers: pdo_pgsql, pdo_mysql
    • Check for ext-redis, ext-amqp, ext-gd, ext-intl, etc.
Related skills
Installs
1
GitHub Stars
71
First Seen
Feb 11, 2026