diff --git a/backend/Dockerfile b/backend/Dockerfile index fd80f52b..497cd804 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -1,7 +1,7 @@ FROM golang:1.16 WORKDIR /go/src/app -COPY ./backend . +COPY . . ENV GO111MODULE on #ENV GOPROXY https://goproxy.io