增加镜像离线下载
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user