ceo-web/.dockerignore
valentinbvro 91eabf6c5c fix: apply Dockerfile devDependencies fix to ceo-web
Same class of bug as ceo-api/ceo-worker: plain npm install skips
devDependencies (typescript, tailwindcss, postcss) when NODE_ENV=production
is visible at build time, which next build needs. Switched to
npm ci --include=dev.
2026-07-21 19:33:40 +02:00

5 lines
35 B
Text

node_modules
.next
.git
.env
*.log