chore(260329-x2a): add Dockerfile and .dockerignore for containerized deployment

- Multi-stage build: node:22-alpine for build, separate stage for serve
- Runs vite preview on port 4173 with host 0.0.0.0
- config.json mountable at runtime via -v /path/to/config.json:/app/dist/config.json:ro
This commit is contained in:
2026-03-29 23:50:23 +02:00
parent 5f47feaf32
commit 3f5fc0f960
2 changed files with 34 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
node_modules
dist
.git
.planning
*.md
.biome
.claude
.agents