Step 9: Wire Vite build into Dockerfile + final cleanup
Build and Push Docker Image / build (push) Failing after 16s
Licence Check / Licence compatibility and copyright header verification (push) Failing after 35s
CI / Security audit (push) Successful in 57s
CI / Tests & coverage (push) Successful in 1m10s

- Finalise client/vite.config.js (production-ready vanilla config)
- Add client-build stage to Dockerfile before runtime stage
- Delete public/app.js (replaced by Vite build output)
- All 571 tests passing
- All 9 deliverables from refactor plan complete
This commit is contained in:
2026-05-20 23:39:20 +01:00
parent d03efbf25e
commit 78e954ece1
2 changed files with 32 additions and 19 deletions
+19 -19
View File
File diff suppressed because one or more lines are too long