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 c1401ec commit 94f4eb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ FROM golang:1.22-alpine as builder
RUN apk --no-cache add ca-certificates sshpass tzdata
# 设置工作目录
WORKDIR /app
COPY . .
# 下载所有依赖项
RUN go mod download
# 构建应用程序
Expand Down

0 comments on commit 94f4eb3

Please sign in to comment.