Add .dockerignore files to prevent node_modules copy conflicts

This commit is contained in:
Julia McGhee
2026-03-20 19:51:12 +00:00
parent c9f612d5ce
commit 68261e17a2
2 changed files with 6 additions and 0 deletions

3
apps/api/.dockerignore Normal file
View File

@@ -0,0 +1,3 @@
node_modules
dist
.env*