feat: Add Dockerfile, preview config, and seed script for self-preview deployments

Containerize Codewalkers with a multi-stage Docker build (Node + Caddy) and
add a seed script that populates the database with a demo initiative, 3 phases,
9 tasks, 3 agents with JSONL log output, a root page, review comments, and a
git repo with real branch diffs for the review tab.
This commit is contained in:
Lukas May
2026-03-05 14:26:22 +01:00
parent 714262fb83
commit 66605da30d
8 changed files with 1220 additions and 0 deletions

12
.dockerignore Normal file
View File

@@ -0,0 +1,12 @@
node_modules/
.cw/
workdir/
.git/
apps/server/dist/
apps/web/dist/
coverage/
*.log
.env*
.DS_Store
.screenshots/
.cw-previews/