deleted commented code

This commit is contained in:
Ewan Slater 2020-08-07 22:34:07 +01:00
parent e3de9ed86d
commit f7d13000f9
1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@ COPY . .
# Compile the binary and statically link
RUN dep init
# RUN dep ensure
RUN go mod vendor
RUN CGO_ENABLED=0 go build -ldflags '-d -w -s'