mirror of
https://github.com/georgyo/ifconfig.io.git
synced 2025-09-13 15:44:21 +00:00
Switch to using jsoniter
This commit is contained in:
@@ -18,7 +18,7 @@ RUN go mod download
|
||||
COPY main.go .
|
||||
|
||||
# Build the application
|
||||
RUN go build -o main .
|
||||
RUN go build -tags=jsoniter -o main .
|
||||
|
||||
# Move to /dist directory as the place for resulting binary folder
|
||||
WORKDIR /dist
|
||||
|
Reference in New Issue
Block a user