feat 还原

This commit is contained in:
2026-01-24 10:20:41 +08:00
parent c67e98b9e2
commit 183a79362f

View File

@@ -6,7 +6,7 @@ RUN apk add --no-cache tzdata && \
COPY service-gateway /app/service-gateway
COPY config /app/config
RUN chmod +x /app/service-gateway
RUN chmod 777 /app/service-gateway
WORKDIR /app
CMD ["./service-gateway"]