My-Weekly-ToDo-List/.dockerignore
mARTin 02a8c2a0b4 chore: Production Dockerfile, deploy script, dev port 3001
- Multi-stage Dockerfile: build stage + slim production runner
- Runs `next build` + `next start` instead of `npm run dev`
- Dev server on port 3001 to avoid conflict with production on 3000
- Deploy script with version bumping and health checks
- Explicit .env.production for docker-compose
- Updated .gitignore and .dockerignore

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-21 22:07:46 +01:00

13 lines
126 B
Plaintext

node_modules
.npm
.git
.gitignore
Dockerfile
docker-compose*.yml
.env
.env.local
.planning
prisma/dev.db
*.md
!prisma/**/*.md