mirror of
https://github.com/hadolint/hadolint-action.git
synced 2025-01-18 21:44:45 +01:00
6 lines
173 B
Docker
6 lines
173 B
Docker
FROM hadolint/hadolint:v2.9.3-debian
|
|
|
|
COPY LICENSE README.md problem-matcher.json /
|
|
COPY hadolint.sh /usr/local/bin/hadolint.sh
|
|
|
|
ENTRYPOINT [ "/usr/local/bin/hadolint.sh" ]
|