feat #35: Add sqlite3 storage backend
All checks were successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful

This commit is contained in:
chapeau 2023-10-22 13:22:54 +02:00 committed by chapoline
parent e00347d96f
commit 3bc17d6aba
4 changed files with 56 additions and 16 deletions

View file

@ -3,7 +3,7 @@ ARG TARGETPLATFORM
ARG BUILDPLATFORM
WORKDIR /go/src/git.faercol.me/polyculeconnect
COPY polyculeconnect ./
RUN CGO_ENABLED=0 make build
RUN make build
# Replace with from scratch later on
FROM --platform=$TARGETPLATFORM alpine:latest