mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-19 04:50:29 -07:00
Dockerfile renamed "shellcheck" to "bin". Unbreak it.
This commit is contained in:
parent
f73736e5c9
commit
db1e24d140
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ LABEL maintainer="Vidar Holen <vidar@vidarholen.net>"
|
||||||
|
|
||||||
# This file assumes ShellCheck has already been built.
|
# This file assumes ShellCheck has already been built.
|
||||||
# See https://github.com/koalaman/scbuilder
|
# See https://github.com/koalaman/scbuilder
|
||||||
COPY shellcheck /bin
|
COPY shellcheck /bin/shellcheck
|
||||||
|
|
||||||
WORKDIR /mnt
|
WORKDIR /mnt
|
||||||
ENTRYPOINT ["/bin/shellcheck"]
|
ENTRYPOINT ["/bin/shellcheck"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue