Skip to content

Commit

Permalink
依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
togettoyou committed Jan 23, 2025
1 parent e234a88 commit 439e3c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN yarn run build:prod

FROM togettoyou/zsign:latest AS zsign

FROM centos:7
FROM centos:8
WORKDIR /root/togettoyou/
COPY --from=builder-server /root/togettoyou/ipashare ./
COPY --from=builder-server /root/togettoyou/conf/ ./conf/
Expand Down
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN make

FROM togettoyou/zsign:latest AS zsign

FROM centos:7
FROM centos:8
COPY --from=builder /root/togettoyou/ipashare /root/togettoyou/
COPY --from=builder /root/togettoyou/conf/ /root/togettoyou/conf/
COPY --from=zsign /zsign/zsign /bin/zsign
Expand Down

0 comments on commit 439e3c0

Please sign in to comment.