force Healthcheck to healthy

This will prevent:
```bash
# Docker Bench for Security v1.3.0
[WARN] 4.6  - Add HEALTHCHECK instruction to the container image
[WARN]      * No Healthcheck found: [docker-bench-security:latest]
```

Signed-off-by: will Farrell <will.farrell@gmail.com>
This commit is contained in:
will Farrell 2017-02-22 16:14:30 -07:00 committed by will Farrell
parent 1caa7f4344
commit cee1e59860

View file

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