feat 基础镜像amd64

This commit is contained in:
2026-01-24 10:03:58 +08:00
parent ad6b8d77af
commit 4b40806c85

View File

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