Add .dockerignore for build optimization
This commit is contained in:
17
.dockerignore
Normal file
17
.dockerignore
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
node_modules
|
||||||
|
npm-debug.log
|
||||||
|
.git
|
||||||
|
.gitignore
|
||||||
|
.env
|
||||||
|
.env.local
|
||||||
|
data
|
||||||
|
uploads
|
||||||
|
*.md
|
||||||
|
.vscode
|
||||||
|
.idea
|
||||||
|
test
|
||||||
|
tests
|
||||||
|
*.test.js
|
||||||
|
*.spec.js
|
||||||
|
coverage
|
||||||
|
.DS_Store
|
||||||
Reference in New Issue
Block a user