Files
mgmt/.dockerignore
scott f6dad749d6 Fix Docker dev setup for fresh clones and consolidate dev scripts
- Backend Dockerfile: install deps into /venv so bind-mounts on /app
  don't overwrite them
- Frontend Dockerfile: add multi-stage with dev target for hot-reload
  (npm run dev --host), production build chains from it
- docker-compose.yml: use dev command/target, fix volume strategy,
  add API_TARGET env for vite proxy inside containers
- Keycloak seed runs inside a container (seed-keycloak service) instead
  of requiring a local Python venv
- demo.sh (was dev-docker.sh): only needs podman + curl, no local
  Python/Node
- dev.sh (was dev-local.sh): local dev with Keycloak, replaces the
  old no-Keycloak dev.sh which was redundant
- Update docs, .gitignore, .dockerignore for new script names

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-13 11:39:16 -07:00

10 lines
70 B
Plaintext

.git
.claude
.env
*.md
chart/
dev.sh
demo.sh
.editorconfig
.gitignore