Skip to content

Commit

Permalink
Merge pull request #46 from OOrangeeee/online/deploy-debug
Browse files Browse the repository at this point in the history
Online/deploy debug
  • Loading branch information
OOrangeeee authored Oct 14, 2024
2 parents 318031c + 94f4eb3 commit 5021988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM golang:1.22-alpine as builder
RUN apk --no-cache add ca-certificates sshpass tzdata
# 设置工作目录
WORKDIR /app
COPY deployments .
COPY . .
# 下载所有依赖项
RUN go mod download
# 构建应用程序
Expand Down

0 comments on commit 5021988

Please sign in to comment.