docker/ghost-dev/README.md
Minimal Docker image for running Ghost Core in development with hot-reload support.
This lightweight image:
nodemon for automatic restarts on file changesMain Dockerfile (for E2E tests, full builds):
This Dockerfile (for local development):
pnpm devThis image is used automatically when running:
pnpm dev # Starts Docker backend + frontend dev servers on host
pnpm dev:analytics # Include Tinybird analytics
pnpm dev:storage # Include MinIO S3-compatible object storage
pnpm dev:all # Include all optional services