rename Dockerfile to Dockerfile.build

Signed-off-by: Josh Dolitsky <393494+jdolitsky@users.noreply.github.com>
This commit is contained in:
Josh Dolitsky
2020-01-24 11:47:16 -06:00
parent 10d8a8650f
commit d50a07c149
3 changed files with 3 additions and 2 deletions
-7
View File
@@ -1,7 +0,0 @@
FROM golang:1.12.8
RUN go version
ENV GO111MODULE on
RUN go get -u github.com/swaggo/swag/cmd/swag
WORKDIR /go/src/github.com/anuvu/zot
RUN curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s v1.17.1