healthcheck/mysql/Dockerfile

6 lines
92 B
Docker

FROM mysql
COPY docker-healthcheck /usr/local/bin/
HEALTHCHECK CMD ["docker-healthcheck"]