mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-15 17:53:08 +03:00
refactor: switch SQLite driver to pure-Go implementation (#530)
This commit is contained in:
committed by
GitHub
parent
f1154257c5
commit
a408ef797b
@@ -22,7 +22,7 @@ RUN apk add --no-cache gcc musl-dev
|
||||
|
||||
COPY ./backend ./
|
||||
WORKDIR /app/backend/cmd
|
||||
RUN CGO_ENABLED=1 \
|
||||
RUN CGO_ENABLED=0 \
|
||||
GOOS=linux \
|
||||
go build \
|
||||
-tags "${BUILD_TAGS}" \
|
||||
|
||||
Reference in New Issue
Block a user