Commit Graph

1 Commits

Author SHA1 Message Date
Wilman Yesid Farfan Diaz
d7d8aa2cfd fix(docker): add .dockerignore to frontend-console and landing
Build context is the service subdirectory, so Docker does not use
the root .dockerignore. Without a local .dockerignore, the local
node_modules (Windows binaries) was copied into the Alpine container,
overwriting the pnpm-installed packages and causing vite to disappear.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-11 22:13:21 -05:00