fix sqlite

This commit is contained in:
2026-03-20 14:49:00 +01:00
parent c8b43e50b1
commit 0a571fff1d

View File

@@ -10,6 +10,9 @@ RUN go mod download
COPY . .
ENV CGO_ENABLED=1
ENV GIN_MODE=release
RUN go build -o app ./cmd/server
FROM alpine:latest