mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-28 22:28:43 -04:00
Replace ENTRYPOINT with CMD
This commit is contained in:
parent
6f6d496eb4
commit
1759c57577
1 changed files with 1 additions and 1 deletions
|
@ -3,4 +3,4 @@ FROM golang:1.11
|
|||
RUN apt-get update && apt-get install -y gcc
|
||||
|
||||
COPY golangci-lint $GOPATH/bin/
|
||||
ENTRYPOINT ["golangci-lint"]
|
||||
CMD ["golangci-lint"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue