From c1401ecbc41cfb6c1b0197771648d03258e7dd89 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:23:35 +0800 Subject: [PATCH] feat(ci/cd):add (ci/cd) --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3f1b521..3c528a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,6 @@ FROM golang:1.22-alpine as builder RUN apk --no-cache add ca-certificates sshpass tzdata # 设置工作目录 WORKDIR /app -COPY deployments . # 下载所有依赖项 RUN go mod download # 构建应用程序