🎨更改gorm默认的sqlite驱动
Some checks failed
continuous-integration/drone/tag Build is failing

This commit is contained in:
coward
2024-05-08 17:21:52 +08:00
parent 569c2c56fb
commit 0cc76be9e5
4 changed files with 26 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
FROM golang:alpine as build
RUN apk add upx && apk add build-base
RUN apk add upx
WORKDIR /build