Add .dockerignore to prevent Windows binaries from breaking Kaniko
This commit is contained in:
parent
7c2e19552f
commit
274dc38794
|
|
@ -0,0 +1,6 @@
|
|||
node_modules/
|
||||
frontend/node_modules/
|
||||
backend/node_modules/
|
||||
frontend/dist/
|
||||
.git/
|
||||
.env
|
||||
Loading…
Reference in New Issue