Commit Graph

2 Commits

Author SHA1 Message Date
Matt 60493cfbdd fix: Fix Docker build for public directory
Build and Push Docker Image / lint-and-typecheck (push) Successful in 1m3s Details
Build and Push Docker Image / build (push) Successful in 2m38s Details
- Update Dockerfile to ensure public directory exists in builder stage
- Use 'COPY /app/public/. ./public/' pattern for robust copying
- Add manifest.json to public folder (non-empty directory)
- Remove .gitkeep placeholder

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-06 13:55:36 +01:00
Matt 7dc7100fb8 fix: Add public directory for Docker build
Build and Push Docker Image / lint-and-typecheck (push) Successful in 58s Details
Build and Push Docker Image / build (push) Successful in 2m40s Details
Docker build requires public folder to exist even if empty.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-06 13:02:12 +01:00