Dockerfile renamed "shellcheck" to "bin". Unbreak it.

This commit is contained in:
Vidar Holen 2017-10-10 10:02:11 -07:00
parent f73736e5c9
commit db1e24d140
1 changed files with 1 additions and 1 deletions

View File

@ -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"]