5ac50e9bf0
- Rewrite Dockerfile: multi-stage pnpm monorepo build with Next.js standalone output, non-root user, minimal runner image - Enable next.config.ts `output: standalone` + serverExternalPackages - Rewrite docker/compose.prod.yml: full production stack with migrate service, minio-init, named networks, build context for Portainer - Add scripts/migrate.mjs: standalone Drizzle migration runner - Update .dockerignore for cleaner build context Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
13 lines
111 B
Plaintext
13 lines
111 B
Plaintext
.git
|
|
.github
|
|
node_modules
|
|
**/node_modules
|
|
**/.next
|
|
**/dist
|
|
**/.turbo
|
|
.env*
|
|
!.env.example
|
|
docker
|
|
*.md
|
|
.DS_Store
|