2 Commits
Author SHA1 Message Date
x0gp 13495de5bd feat: add fast Docker build script and home server documentation 2026-07-06 22:11:42 +04:00
x0gp e5155c8a42 feat(server): add Dockerfile.fast and scripts for fast host-compiled builds
- Add Dockerfile.fast which packages a pre-built binary instead of compiling inside the container.
- Add scripts/build-fast.ps1 (PowerShell) and scripts/build-fast.sh (Bash) to automate local cross-compilation (CGO_ENABLED=0 GOOS=linux) and Docker packaging.
- Set executable bit for build-fast.sh.
2026-07-06 22:04:28 +04:00