feat: 数据库超时时间设置

This commit is contained in:
meilin.huang
2023-11-30 15:02:48 +08:00
parent 070c8ac0da
commit b347bd7ef5
5 changed files with 10 additions and 8 deletions

View File

@@ -18,7 +18,7 @@ WORKDIR /mayfly
# Copy the go source for building server
COPY server .
RUN go mod download
RUN go mod tidy && go mod download
COPY --from=fe-builder /mayfly/dist /mayfly/static/static