healthcheck/liman/Dockerfile

8 lines
117 B
Docker
Raw Normal View History

2020-03-12 19:47:39 +00:00
FROM salihciftci/liman
COPY ./healthcheck.js /
RUN chmod a+x /healthcheck.js
HEALTHCHECK CMD node /healthcheck.js