clawbot
ae1c67050e
build: update Dockerfile with tests and multi-stage build, add Makefile
...
- Dockerfile runs go test before building
- Multi-stage: build+test stage, minimal alpine final image
- Add gcc/musl-dev for CGO (sqlite)
- Trim binaries with -s -w ldflags
- Makefile with build, test, clean, docker targets
- Version injection via ldflags
2026-02-10 18:21:07 -08:00
clawbot
647a7ce313
Revert: exclude chat-cli from final Docker image (server-only)
...
CLI is built during Docker build to verify compilation, but only chatd
is included in the final image. CLI distributed separately.
2026-02-10 18:10:45 -08:00
clawbot
63957c6a46
Include chat-cli in final Docker image
2026-02-10 18:10:05 -08:00
clawbot
0b84872178
Update Dockerfile for Go 1.24, no Node build step needed
...
SPA is vanilla JS shipped as static files in web/dist/,
no npm build step required.
2026-02-10 18:09:24 -08:00
clawbot
03cbc3cd1a
Add Dockerfile and .dockerignore
...
Multi-stage build: golang:1.24-alpine builder, alpine:3.21 runtime.
Verified locally: all fx modules instantiate, migrations run,
healthcheck responds at /.well-known/healthcheck.json.
2026-02-09 12:36:55 -08:00