Add .dockerignore to prevent Windows binaries from breaking Kaniko

This commit is contained in:
Deep Koluguri 2026-06-22 16:34:52 -04:00
parent 7c2e19552f
commit 274dc38794
1 changed files with 6 additions and 0 deletions

6
.dockerignore Normal file
View File

@ -0,0 +1,6 @@
node_modules/
frontend/node_modules/
backend/node_modules/
frontend/dist/
.git/
.env