Replace ENTRYPOINT with CMD

This commit is contained in:
Alexander Menzhinsky 2018-10-17 14:30:10 +03:00 committed by Isaev Denis
parent 6f6d496eb4
commit 1759c57577

View File

@ -3,4 +3,4 @@ FROM golang:1.11
RUN apt-get update && apt-get install -y gcc RUN apt-get update && apt-get install -y gcc
COPY golangci-lint $GOPATH/bin/ COPY golangci-lint $GOPATH/bin/
ENTRYPOINT ["golangci-lint"] CMD ["golangci-lint"]