Files
stargue-publishing-engine/.dockerignore
T
Angelo B. J. Luidens de3d355c80 Deploy prep: Dockerfiles for admin (Next standalone) + scheduler (Bun)
admin/Dockerfile: 2-stage monorepo Next.js standalone (outputFileTracingRoot added to next.config so the bundle traces workspace deps). scheduler/Dockerfile: single-stage Bun runtime, validated by a local docker build. .dockerignore excludes node_modules/.next/.turbo/.git. Build context = monorepo root; runtime env DATABASE_URL + REDIS_URL.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-03 16:22:15 -04:00

10 lines
95 B
Plaintext

**/node_modules
**/.next
**/.turbo
.git
**/dist
**/coverage
docs
*.md
infra/docker-compose.yml