Skip to content

Commit

Permalink
feat(ci/cd):add (ci/cd)
Browse files Browse the repository at this point in the history
  • Loading branch information
OOrangeeee committed Oct 14, 2024
1 parent 3d2cd4a commit 93be955
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ FROM alpine:latest
WORKDIR /app
# 从Alpine安装sshpass、bash和openssh-client
RUN apk --no-cache add sshpass bash openssh-client
COPY ./uploads/ ./uploads/
# 从builder镜像中复制构建的二进制文件
COPY --from=builder /app/main ./main
# 从builder镜像中复制时区数据
Expand Down

0 comments on commit 93be955

Please sign in to comment.