Skip to content

Commit 6e55c07

Browse files
committed
优化user模块
Former-commit-id: 04aa353639c9cc2d8c7a410b5c9b75a7445db276
1 parent d9b5994 commit 6e55c07

59 files changed

Lines changed: 332 additions & 473 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Dockerfile renamed to deploy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM golang:1.22.3 AS build-stage
44
ENV GO111MODULE=on
55
ENV GOPROXY=https://goproxy.cn,direct
66
WORKDIR /app
7-
COPY . .
7+
COPY .. .
88
RUN go mod tidy
99
# 静态编译可执行文件
1010
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o main .
File renamed without changes.

0 commit comments

Comments
 (0)