- Change .woodpecker.yml to use Dockerfile (multi-stage) instead of Dockerfile.simple - Add .dockerignore to exclude node_modules and build artifacts - Reduces image size to avoid 413 Payload Too Large error
28 lines
No EOL
268 B
Text
28 lines
No EOL
268 B
Text
node_modules
|
|
.git
|
|
.gitignore
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.vscode
|
|
.idea
|
|
*.log
|
|
.DS_Store
|
|
.output
|
|
.vinxi
|
|
dist
|
|
*.tsbuildinfo
|
|
coverage
|
|
.nyc_output
|
|
.cache
|
|
.next
|
|
.vercel
|
|
netlify
|
|
*.test.ts
|
|
*.spec.ts
|
|
**/__tests__
|
|
**/test
|
|
**/tests |