ceo-worker/.dockerignore
valentinbvro 7518682171 fix: apply ceo-api's Dockerfile/tsconfig fixes to ceo-worker
Same two bugs found deploying ceo-api: npm ci needs --include=dev in
the build stage (Coolify exposes NODE_ENV=production at build time,
which makes npm skip devDependencies otherwise), and tsconfig needs an
explicit include filter to keep nest build's output at dist/main.js.
2026-07-21 19:18:59 +02:00

5 lines
34 B
Text

node_modules
dist
.git
.env
*.log