diff --git a/Dockerfile b/Dockerfile index e3bd700..a0303e0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN cd server RUN go mod download RUN cd .. -RUN go build -a -tags netgo -ldflags '-w' . +RUN go build -a -tags netgo -ldflags '-w' -buildvcs=false . RUN ls -la FROM alpine:latest