File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,8 @@ RUN wget https://github.com/swaggo/swag/releases/download/v1.16.3/swag_1.16.3_Li
6
6
WORKDIR /app/backend
7
7
COPY ./ .
8
8
9
- RUN swag init -g ./cmd/server/main.go --parseDependency --parseInternal -o ./api/swagger
10
-
11
9
RUN go mod tidy
10
+ RUN swag init -g ./cmd/server/main.go --parseDependency --parseInternal -o ./api/swagger
12
11
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o ./bin/server ./cmd/server/main.go
13
12
14
13
ENV TZ=Asia/Seoul
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ require (
43
43
gorm.io/driver/postgres v1.5.6
44
44
gorm.io/gorm v1.25.7
45
45
goyave.dev/goyave/v4 v4.4.11
46
+ k8s.io/api v0.26.1
46
47
k8s.io/apimachinery v0.26.4
47
48
k8s.io/client-go v0.26.1
48
49
k8s.io/utils v0.0.0-20221128185143-99ec85e7a448
@@ -132,7 +133,6 @@ require (
132
133
gopkg.in/ini.v1 v1.67.0 // indirect
133
134
gopkg.in/yaml.v2 v2.4.0 // indirect
134
135
gorm.io/driver/mysql v1.5.0 // indirect
135
- k8s.io/api v0.26.1 // indirect
136
136
k8s.io/apiextensions-apiserver v0.26.1 // indirect
137
137
k8s.io/component-base v0.26.1 // indirect
138
138
k8s.io/klog/v2 v2.80.1 // indirect
You can’t perform that action at this time.
0 commit comments