aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/dev/roadmap.md
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-12-06 19:06:33 +0900
committernsfisis <nsfisis@gmail.com>2025-12-06 19:24:07 +0900
commit39deb471d976d863d2ec803f908025a2366f1486 (patch)
tree5aee9cc44b21d92a0d4a7c9f33fe487acc732d92 /docs/dev/roadmap.md
parentc65609278df8a95ad82acc852e224607069859b4 (diff)
downloadkioku-39deb471d976d863d2ec803f908025a2366f1486.tar.gz
kioku-39deb471d976d863d2ec803f908025a2366f1486.tar.zst
kioku-39deb471d976d863d2ec803f908025a2366f1486.zip
build(server): add Dockerfiles
Add build pipeline with esbuild for production bundling. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to 'docs/dev/roadmap.md')
-rw-r--r--docs/dev/roadmap.md10
1 files changed, 3 insertions, 7 deletions
diff --git a/docs/dev/roadmap.md b/docs/dev/roadmap.md
index 840637b..303e94d 100644
--- a/docs/dev/roadmap.md
+++ b/docs/dev/roadmap.md
@@ -64,13 +64,9 @@ Smaller features first to enable early MVP validation.
## Phase 3: Deployment
### Docker
-- [ ] Dockerfile for server
-- [ ] Dockerfile for web (static build)
-- [ ] compose.yml (full stack)
-
-### Production
-- [ ] Environment configuration
-- [ ] Backup strategy
+- [x] Dockerfile for server
+- [x] Dockerfile for web (static build)
+- [x] compose.yml (full stack)
### Documentation
- [ ] README.md (setup, usage)