Skip to content

Commit

Permalink
fix: from
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnAngela committed Oct 26, 2023
1 parent 797514b commit 7b0bb75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerfile/jenkins-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ FROM node:lts-alpine
USER root

# cache 优化
COPY --from=BUILD mc /root/mc
COPY mc /root/mc

RUN apk add --no-cache git python3

COPY --from=BUILD MaaRelease/scripts /root/MaaRelease/scripts
COPY MaaRelease/scripts /root/MaaRelease/scripts

0 comments on commit 7b0bb75

Please sign in to comment.