update Dockerfile

This commit is contained in:
Dawid Wysokiński 2020-08-24 13:33:55 +02:00
parent 7695ef2cb6
commit c6bf52e8aa
1 changed files with 0 additions and 4 deletions

View File

@ -3,10 +3,6 @@ RUN apk add git
ENV MODE=production
ENV GIN_MODE=release
ENV GOPRIVATE=github.com/tribalwarshelp
COPY ./.netrc /root/.netrc
RUN chmod 600 /root/.netrc
WORKDIR /go/src/app
COPY . .