Skip to content

Commit f7d2e92

Browse files
fsouzajirfag
authored andcommitted
Dockerfile: copy the binary to /bin/ instead of $GOPATH/bin/
Closes #393.
1 parent d437ac8 commit f7d2e92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
FROM golang:1.11
22

3-
COPY golangci-lint $GOPATH/bin/
3+
COPY golangci-lint /bin/
44
CMD ["golangci-lint"]

0 commit comments

Comments
 (0)