Add .dockerignore and fix stale build cache

.dockerignore prevents node_modules and dist from leaking into the
build context, which could silently overwrite npm-installed packages.
Forced no-cache rebuild confirms dotenv and all deps install cleanly.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-19 19:23:11 -04:00
parent 0c39eec2a9
commit 6cf7f36f0e

10
.dockerignore Normal file
View File

@@ -0,0 +1,10 @@
node_modules
server/node_modules
client/node_modules
client/dist
.env
.git
.gitignore
*.md
.todos/
.sidecar/