- Multi-stage Dockerfile for apps/api (NestJS) and apps/web (Next.js standalone) - Production docker-compose.prod.yml with all services, health checks, and security - Real deploy.yml pipeline: build → push to GHCR → deploy staging/production - .dockerignore for optimized build context - Enable Next.js standalone output mode Co-Authored-By: Paperclip <noreply@paperclip.ing>
18 lines
147 B
Plaintext
18 lines
147 B
Plaintext
node_modules
|
|
.next
|
|
dist
|
|
*.tsbuildinfo
|
|
.git
|
|
.github
|
|
.husky
|
|
docs
|
|
e2e
|
|
playwright-report
|
|
monitoring
|
|
*.md
|
|
!README.md
|
|
.env*
|
|
.eslintcache
|
|
coverage
|
|
.turbo
|