feat #35: Add sqlite3 storage backend

This commit is contained in:
chapeau 2023-10-22 13:37:08 +02:00
parent 0e41483302
commit b18d481f03

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