🎨 新增打包docker相关配置

This commit is contained in:
2025-09-17 12:09:35 +08:00
parent 9070e40f5c
commit bda654ec5e
3 changed files with 298 additions and 53 deletions

View File

@@ -12,7 +12,6 @@ RUN go env -w GO111MODULE=on \
FROM alpine:latest
LABEL MAINTAINER="SliverHorn@sliver_horn@qq.com"
# 设置时区
ENV TZ=Asia/Shanghai
RUN apk update && apk add --no-cache tzdata openntpd \