fix: Fix Docker build for public directory
All checks were successful
Build and Push Docker Image / lint-and-typecheck (push) Successful in 1m3s
Build and Push Docker Image / build (push) Successful in 2m38s

- 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>
This commit is contained in:
2026-01-06 13:55:36 +01:00
parent 7dc7100fb8
commit 60493cfbdd
3 changed files with 7 additions and 2 deletions

View File

@@ -1 +0,0 @@

1
public/manifest.json Normal file
View File

@@ -0,0 +1 @@
{"name":"letsbe-hub"}