Replace ENTRYPOINT with CMD
This commit is contained in:
parent
6f6d496eb4
commit
1759c57577
@ -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"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user