diff --git a/Dockerfile b/Dockerfile index 32475ff..3938dde 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,6 @@ ADD . /app WORKDIR /app -RUN go build -o main . +RUN go build -buildvcs=false -o main . -CMD ["/app/main"] \ No newline at end of file +CMD ["/app/main"]