Go to file
Matt 60493cfbdd
Build and Push Docker Image / lint-and-typecheck (push) Successful in 1m3s Details
Build and Push Docker Image / build (push) Successful in 2m38s Details
fix: Fix Docker build for public directory
- 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
.gitea/workflows fix: Remove npm cache from CI workflow 2026-01-06 12:44:34 +01:00
prisma feat: Complete rewrite as Next.js admin dashboard 2026-01-06 12:35:01 +01:00
public fix: Fix Docker build for public directory 2026-01-06 13:55:36 +01:00
src fix: Wrap useSearchParams in Suspense boundary 2026-01-06 12:52:41 +01:00
.env.example feat: Initial Hub implementation 2025-12-22 14:09:32 +01:00
.env.local.example feat: Complete rewrite as Next.js admin dashboard 2026-01-06 12:35:01 +01:00
.gitignore feat: Complete rewrite as Next.js admin dashboard 2026-01-06 12:35:01 +01:00
CLAUDE.md feat: Complete rewrite as Next.js admin dashboard 2026-01-06 12:35:01 +01:00
Dockerfile fix: Fix Docker build for public directory 2026-01-06 13:55:36 +01:00
docker-compose.yml feat: Complete rewrite as Next.js admin dashboard 2026-01-06 12:35:01 +01:00
eslint.config.mjs chore: Add ESLint configuration 2026-01-06 12:47:13 +01:00
hub.nginx.conf Add nginx configuration for Hub deployment 2025-12-22 14:23:24 +01:00
next.config.ts feat: Complete rewrite as Next.js admin dashboard 2026-01-06 12:35:01 +01:00
package-lock.json chore: Add ESLint configuration 2026-01-06 12:47:13 +01:00
package.json chore: Add ESLint configuration 2026-01-06 12:47:13 +01:00
postcss.config.js feat: Complete rewrite as Next.js admin dashboard 2026-01-06 12:35:01 +01:00
tailwind.config.ts feat: Complete rewrite as Next.js admin dashboard 2026-01-06 12:35:01 +01:00
tsconfig.json feat: Complete rewrite as Next.js admin dashboard 2026-01-06 12:35:01 +01:00