mirror of
https://github.com/sky22333/hubproxy.git
synced 2026-06-30 03:51:22 +08:00
增加镜像离线下载
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