refactor to make cli better and simplify the code

This commit is contained in:
Robin Olsen
2026-03-01 20:42:56 +01:00
parent a266ce5464
commit 9612cb9338
32 changed files with 182 additions and 255 deletions

View File

@@ -15,7 +15,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build \
-a -installsuffix cgo \
-ldflags="-w -s" \
-trimpath \
-o pm ./cmd/survey/
-o pm ./cmd/pm/
FROM gcr.io/distroless/static-debian13
WORKDIR /data