We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f6d496 commit 1759c57Copy full SHA for 1759c57
Dockerfile
@@ -3,4 +3,4 @@ FROM golang:1.11
3
RUN apt-get update && apt-get install -y gcc
4
5
COPY golangci-lint $GOPATH/bin/
6
-ENTRYPOINT ["golangci-lint"]
+CMD ["golangci-lint"]
0 commit comments