Skip to content

Commit

Permalink
Replace ENTRYPOINT with CMD
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Menzhinsky authored and jirfag committed Oct 20, 2018
1 parent 6f6d496 commit 1759c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 1759c57

Please sign in to comment.