FROM tomcat:8.5-jre8 VOLUME /tmp/deploy COPY entrypoint.sh / ENTRYPOINT ["/entrypoint.sh"] EXPOSE 8080 CMD ["catalina.sh", "run"]