mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-14 18:48:16 -07:00
Fix docker image workdir and add test
This commit is contained in:
parent
6dd5350e3b
commit
795a881219
2 changed files with 3 additions and 1 deletions
|
@ -31,6 +31,6 @@ COPY --from=build /out /
|
|||
# Resulting ShellCheck image
|
||||
FROM scratch
|
||||
LABEL maintainer="Vidar Holen <vidar@vidarholen.net>"
|
||||
WORKDIR /
|
||||
WORKDIR /mnt
|
||||
COPY --from=build /out /
|
||||
ENTRYPOINT ["/bin/shellcheck"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue