From 93be95536286d80fe04c4aee8a490d6aaa757d76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=99=8B=E6=99=A8=E6=9B=A6?= Date: Mon, 14 Oct 2024 16:22:08 +0800 Subject: [PATCH] feat(ci/cd):add (ci/cd) --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 208afcd..3f1b521 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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镜像中复制时区数据