Dockerfile renamed "shellcheck" to "bin". Unbreak it.
This commit is contained in:
parent
f73736e5c9
commit
db1e24d140
|
@ -4,7 +4,7 @@ LABEL maintainer="Vidar Holen <vidar@vidarholen.net>"
|
|||
|
||||
# This file assumes ShellCheck has already been built.
|
||||
# See https://github.com/koalaman/scbuilder
|
||||
COPY shellcheck /bin
|
||||
COPY shellcheck /bin/shellcheck
|
||||
|
||||
WORKDIR /mnt
|
||||
ENTRYPOINT ["/bin/shellcheck"]
|
||||
|
|
Loading…
Reference in New Issue