Merge pull request 'fix: .dockerignore to exclude .next cache' (#19) from fix/dockerignore-next-cache into main
This commit was merged in pull request #19.
This commit is contained in:
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