Files
cameleer-saas/.gitea
hsiegeln ad6805e447
All checks were successful
CI / build (push) Successful in 39s
CI / docker (push) Successful in 37s
fix: use standard dist/ output for Vite, copy to static/ explicitly
The relative outDir '../src/main/resources/static' resolved
unpredictably in Docker. Use standard 'dist/' output, then:
- Dockerfile: COPY --from=frontend /ui/dist/ to static/
- CI: cp -r dist/ to src/main/resources/static/

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-04 23:44:50 +02:00
..