8434a5d226
feat(Dockerfile): multi-stage build to reduce image size from 852MB to ~200MB
...
Stage 1 (builder): install build deps and pre-download wheels
Stage 2 (runtime): copy only installed packages + runtime deps, no build tools
2026-04-15 01:27:44 +00:00
7fe0a72549
Merge pull request 'feat: RBAC + activity logging + Docker health check' ( #3 ) from feat/rbac-and-polish into main
2026-03-11 10:43:42 +00:00
c1288b5fa9
feat: wizard config volume integration
...
- entrypoint.sh: wait for config file before starting uvicorn
- config.py: resolve DB URL from wizard config volume
- init_wizard.py: read config from file instead of HTTP
- Dockerfile: use entrypoint.sh
2026-03-06 13:46:38 +00:00
a56faacc4c
feat: add curl to Dockerfile for health check
2026-02-27 09:37:42 +00:00
root
fd980c0344
refactor: move all files to root (no nested backend/)
2026-02-21 08:25:37 +00:00