mirror of
https://github.com/hadolint/hadolint-action.git
synced 2026-05-15 14:45:53 +00:00
9 lines
278 B
Docker
9 lines
278 B
Docker
FROM ghcr.io/hadolint/hadolint:v2.10.0-debian
|
|
|
|
# Set default WORKDIR in Dockerfile for easier trace and consistency
|
|
WORKDIR /github/workspace
|
|
|
|
COPY LICENSE README.md problem-matcher.json /
|
|
COPY hadolint.sh /usr/local/bin/hadolint.sh
|
|
|
|
ENTRYPOINT [ "/usr/local/bin/hadolint.sh" ]
|