small lint fixup
This commit is contained in:
@@ -7,9 +7,9 @@ WORKDIR /godoor
|
||||
COPY go.mod go.sum ./
|
||||
RUN go mod download && go mod verify
|
||||
|
||||
|
||||
COPY . .
|
||||
|
||||
# fully static build (takes ~300s to build):
|
||||
ENV GOBUILDLDFLAGS="-linkmode 'external' -extldflags '-static'"
|
||||
RUN go build -tags netgo .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user