Dockerfile 165 B

12345
  1. FROM registry.sdsys.ru/mongo:3.2.10
  2. ENTRYPOINT ["/init-mongo-rs.sh"]
  3. COPY init-mongo-rs.sh /init-mongo-rs.sh
  4. COPY prod /restore/prod/
  5. RUN chmod +x /init-mongo-rs.sh