Set PWD and HOME environment variables accordingly

This commit is contained in:
kgrv-me 2022-05-14 19:16:32 +07:00
parent eeab5ede16
commit 6eded94cd6
3 changed files with 8 additions and 2 deletions

View file

@ -1,5 +1,8 @@
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