fix: .dockerignore to exclude .next cache #19

Merged
kibin merged 1 commits from fix/dockerignore-next-cache into main 2026-04-01 04:09:30 +00:00

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