disabling vcs build

This commit is contained in:
joethei 2023-02-18 08:07:58 +01:00
parent 15423b29ad
commit 7e6f73746a

View File

@ -14,7 +14,7 @@ RUN cd server
RUN go mod download RUN go mod download
RUN cd .. RUN cd ..
RUN go build -a -tags netgo -ldflags '-w' . RUN go build -a -tags netgo -ldflags '-w' -buildvcs=false .
RUN ls -la RUN ls -la
FROM alpine:latest FROM alpine:latest