fix: add .dockerignore to exclude stale .next cache from Docker build

This commit is contained in:
2026-04-01 04:09:26 +00:00
parent c061e821c9
commit 87e9fac4c1

9
.dockerignore Normal file
View File

@@ -0,0 +1,9 @@
.next
node_modules
.git
.env.local
.env.*.local
npm-debug.log*
*.log
test-results
playwright-report