Commit Graph

1 Commits

Author SHA1 Message Date
acty
38edbf63cc feat(01-01): create multi-stage Dockerfile
- Multi-stage build using golang:1.25-bookworm and debian:bookworm-slim
- CGO_ENABLED=0 for static binary compilation
- Cross-platform support via TARGETOS/TARGETARCH
- Non-root user (appuser) for security
- Data volume mount at /data
- Port 32768 exposed
- .dockerignore excludes build artifacts and planning docs
2026-02-03 18:05:15 +09:00