增加镜像离线下载

This commit is contained in:
NewName
2025-05-17 12:22:03 +08:00
parent 5c28e0efbd
commit 0c27b93326
6 changed files with 1225 additions and 1 deletions

View File

@@ -11,6 +11,12 @@ FROM alpine:3.20
WORKDIR /root/
# 安装skopeo
RUN apk add --no-cache skopeo
# 创建临时目录
RUN mkdir -p ./temp && chmod 777 ./temp
COPY --from=builder /app/main .
COPY --from=builder /app/config.json .
COPY --from=builder /app/public ./public