FROM bitnami/minideb:stretch COPY build.sh /tmp/build.sh RUN /tmp/build.sh && rm /tmp/build.sh EXPOSE 7007 ENTRYPOINT ["/usr/bin/tutorial-2-app"]