create-docker-entrypoint

Installation
SKILL.md

Docker Entrypoint Generator

Generates entrypoint scripts for PHP Docker containers with signal handling, service readiness, and application bootstrap.

Generated Files

docker/
  entrypoint.sh             # Main web container entrypoint
  entrypoint-worker.sh      # Queue worker entrypoint
  entrypoint-scheduler.sh   # Cron scheduler entrypoint
  wait-for-it.sh            # Service readiness checker

Web Container Entrypoint (PHP-FPM)

#!/bin/bash
# entrypoint.sh — Web container entrypoint for PHP-FPM
Related skills
Installs
4
GitHub Stars
71
First Seen
Mar 17, 2026