Add go mod tidy
This commit is contained in:
parent
d0a20c5529
commit
a3e0fcf3bb
|
|
@ -7,6 +7,7 @@ RUN go mod download
|
|||
COPY go-app/ .
|
||||
RUN go install github.com/sqlc-dev/sqlc/cmd/sqlc@latest
|
||||
RUN sqlc generate
|
||||
RUN go mod tidy
|
||||
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o server cmd/server/main.go
|
||||
|
||||
FROM alpine:latest
|
||||
|
|
|
|||
Loading…
Reference in a new issue