@ -3,7 +3,7 @@ FROM golang:1.17-buster as builder
ENV GO111MODULE=on
WORKDIR /go/src/app
COPY . .
COPY .. .
RUN go build -v