feat 试试

This commit is contained in:
2026-01-07 15:31:41 +08:00
parent 7e8803e549
commit 5c3ba8e33a

View File

@@ -4,9 +4,9 @@ RUN apk add --no-cache tzdata && \
ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && \ ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && \
echo "Asia/Shanghai" > /etc/timezone echo "Asia/Shanghai" > /etc/timezone
COPY server-gateway /app/server-gateway COPY service-gateway /app/service-gateway
COPY ../config /app/config COPY config /app/config
RUN chmod 777 /app/server-gateway RUN chmod 777 /app/service-gateway
WORKDIR /app WORKDIR /app
CMD ["./server-gateway"] CMD ["./service-gateway"]