- Dockerfile: multi-stage (deps/build/runner), standalone-сборка, non-root user - next.config.mjs: output: 'standalone' - docker-compose.yml: порт 3000, env из .env.local - .dockerignore: node_modules, .next, .env*, кэш - проверено: npm run build прошёл, standalone артефакт на месте
12 lines
86 B
Plaintext
12 lines
86 B
Plaintext
.git
|
|
.gitignore
|
|
.idea
|
|
node_modules
|
|
.next
|
|
out
|
|
.env*
|
|
.vercel
|
|
*.log
|
|
.next
|
|
npm-debug.log*
|