mirror of
https://github.com/xmanrui/OpenClaw-bot-review.git
synced 2026-07-27 19:06:50 +00:00
- Enable Next.js standalone output for smaller image size - Remove unnecessary npm install in production stage - Use direct node execution instead of npm start - Add .dockerignore to exclude unnecessary files from build context
11 lines
107 B
Plaintext
11 lines
107 B
Plaintext
node_modules
|
|
.next
|
|
.git
|
|
.gitignore
|
|
.claude
|
|
*.md
|
|
.env*.local
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|