Files
sase.tr/.dockerignore
Semih Yesilyurt cfbf85c5c0
Some checks failed
CI / Lint, Typecheck, Test & Build (push) Has been cancelled
Deploy / Deploy to Production (push) Has been cancelled
feat: add Coolify deployment config (Docker Compose + ServeStatic)
- Add multi-stage Dockerfile (node:22-alpine, pnpm, Chromium for Playwright)
- Add docker-compose.coolify.yml with api, worker, redis services
- Add @nestjs/serve-static for serving Vite frontend from NestJS
- Add .dockerignore

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-05 12:53:53 +00:00

17 lines
127 B
Plaintext

node_modules
**/node_modules
**/dist
.git
.gitignore
*.md
docs
scripts
docker
.env*
.claude
logs
*.log
.turbo
coverage
.vscode