aboutsummaryrefslogtreecommitdiffhomepage
path: root/docker
AgeCommit message (Collapse)Author
2026-02-04fix(docker): add missing src/shared directory to build contextsClaude
Both server and client code import from src/shared/date, but the Dockerfiles only copied their respective src/server or src/client directories, causing the build to fail with missing module errors. https://claude.ai/code/session_01FCGM9USwv6qmWQ7ACk9PEG
2025-12-08fix(client): public/ files not servednsfisis
2025-12-08feat(build): cache pnpm storensfisis
2025-12-06build(server): add Dockerfilesnsfisis
Add build pipeline with esbuild for production bundling. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>