fix(docker): add .dockerignore to exclude local node_modules

This commit is contained in:
cawcenter
2025-12-14 20:46:49 -05:00
parent cc3fae39b2
commit 8ae5c9994d

6
.dockerignore Normal file
View File

@@ -0,0 +1,6 @@
node_modules
dist
.git
.env
npm-debug.log
.DS_Store