Add value generators

This commit is contained in:
2025-05-30 21:41:38 +04:00
parent f248c2af96
commit 79668e4ece
8 changed files with 561 additions and 26 deletions

View File

@ -6,7 +6,7 @@ COPY go.mod go.sum ./
RUN go mod download
COPY . .
RUN go build -ldflags "-s -w" -o dodo
RUN CGO_ENABLED=0 go build -ldflags "-s -w" -o dodo
FROM gcr.io/distroless/static-debian12:latest