fix: .dockerignore to exclude .next cache #19
9
.dockerignore
Normal file
9
.dockerignore
Normal file
@@ -0,0 +1,9 @@
|
||||
.next
|
||||
node_modules
|
||||
.git
|
||||
.env.local
|
||||
.env.*.local
|
||||
npm-debug.log*
|
||||
*.log
|
||||
test-results
|
||||
playwright-report
|
||||
Reference in New Issue
Block a user