mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-18 16:22:33 +01:00
refactor(healthcheck): reactivate healthcheck
This commit is contained in:
parent
bbe32c5bec
commit
dcfcccd5f7
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@ RUN \
|
||||||
COPY ./*.sh /usr/local/bin/
|
COPY ./*.sh /usr/local/bin/
|
||||||
COPY ./tests/*.sh /usr/local/bin/tests/
|
COPY ./tests/*.sh /usr/local/bin/tests/
|
||||||
|
|
||||||
|
HEALTHCHECK CMD exit 0
|
||||||
|
|
||||||
WORKDIR /usr/local/bin
|
WORKDIR /usr/local/bin
|
||||||
|
|
||||||
ENTRYPOINT [ "/usr/bin/dumb-init", "docker-bench-security.sh" ]
|
ENTRYPOINT [ "/usr/bin/dumb-init", "docker-bench-security.sh" ]
|
||||||
|
|
Loading…
Reference in a new issue