FROM mongo:3.2 COPY init.sh /tmp/init.sh RUN chmod +x /tmp/init.sh LABEL maintainer="z3r0Luck " CMD /tmp/init.sh