Add .dockerignore to exclude node_modules from builds
This commit is contained in:
6
docker/.dockerignore
Normal file
6
docker/.dockerignore
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
node_modules
|
||||||
|
src/node_modules
|
||||||
|
src/vendor
|
||||||
|
.git
|
||||||
|
.env
|
||||||
|
*.log
|
||||||
Reference in New Issue
Block a user