Skip to content

Commit

Permalink
Remove jsoniter
Browse files Browse the repository at this point in the history
  • Loading branch information
bynil committed Apr 29, 2022
1 parent 6d76832 commit 3562e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN go env -w GOPROXY=https://goproxy.cn,direct && \

COPY . .

RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -tags=jsoniter -a -o main cmd/service/main.go
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o main cmd/service/main.go

FROM alpine:latest AS production

Expand Down

0 comments on commit 3562e1d

Please sign in to comment.