mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-19 00:32:34 +01:00
Merge pull request #220 from willfarrell/master
Add HEALTHCHECK -> removes warning from 4.6
This commit is contained in:
commit
7c20138161
1 changed files with 2 additions and 0 deletions
|
@ -18,5 +18,7 @@ COPY ./tests/*.sh /usr/local/bin/tests/
|
|||
|
||||
WORKDIR /usr/local/bin
|
||||
|
||||
HEALTHCHECK CMD exit 0
|
||||
|
||||
ENTRYPOINT [ "/usr/bin/dumb-init", "docker-bench-security.sh" ]
|
||||
|
||||
|
|
Loading…
Reference in a new issue