feat jenkins cicd

This commit is contained in:
2025-12-31 23:34:44 +08:00
parent 670140e7d3
commit 01621ec237
32 changed files with 505 additions and 92 deletions

View File

@@ -1,10 +1,11 @@
FROM alpine:latest
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 gateway/ /app/
COPY server-gateway /app/server-gateway
COPY config /app/config
RUN chmod 777 /app/server-gateway
WORKDIR /app