支持显示运行进度

This commit is contained in:
algotao
2025-09-16 10:49:54 +08:00
parent fade72885f
commit ca81fba208
3 changed files with 29 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
FROM rta-docker.pkg.coding.net/public/docker/entre_dev:latest AS builder
FROM registry.algo.com.cn/public/entre_dev:latest AS builder
COPY . /tmp/saasapi/
WORKDIR /tmp/saasapi/
@@ -7,6 +7,6 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
--mount=type=cache,target=/go/pkg \
./make.sh
FROM rta-docker.pkg.coding.net/public/docker/alpine:latest AS product
FROM registry.algo.com.cn/public/alpine:latest AS product
COPY --from=builder /tmp/saasapi/build/saastool /bin/saastool