deploy(expiry): 完成 #36 生产部署执行与监控配置

This commit is contained in:
root
2026-03-04 19:03:56 +08:00
parent cc775dff45
commit 5f492929df
4 changed files with 62 additions and 4 deletions
+1
View File
@@ -2,6 +2,7 @@ FROM golang:1.23-alpine AS builder
WORKDIR /app
RUN apk add --no-cache git ca-certificates
ENV GOPROXY=https://goproxy.cn,direct
COPY go.mod go.sum ./
RUN go mod download