mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-28 22:28:43 -04:00
3 lines
No EOL
63 B
Docker
3 lines
No EOL
63 B
Docker
FROM scratch
|
|
COPY golangci-lint /
|
|
ENTRYPOINT ["/golangci-lint"] |