Dockerfile 98 B

123
  1. FROM mongo:4.0
  2. COPY mongo-healthcheck.sh /mongo-healthcheck.sh
  3. RUN chmod +x /mongo-healthcheck.sh