feat 拆出qgdzs

This commit is contained in:
2026-01-12 16:53:43 +08:00
parent a089af576c
commit 7ff0234ca6
24 changed files with 1837 additions and 0 deletions

12
deploy/Dockerfile Normal file
View File

@@ -0,0 +1,12 @@
FROM alpine:3.23.2
RUN apk add --no-cache tzdata && \
ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && \
echo "Asia/Shanghai" > /etc/timezone
COPY service-qgdzs /app/service-qgdzs
COPY config /app/config
RUN chmod 777 /app/service-qgdzs
WORKDIR /app
CMD ["./service-qgdzs"]