FROM mongo:3.2
COPY init.sh /tmp/init.sh
RUN chmod +x /tmp/init.sh
LABEL maintainer="z3r0Luck <cse43868@uniwa.gr>"
CMD /tmp/init.sh