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