FROM tomcat:9.0.59-jdk11 COPY target/pbiot.war /usr/local/tomcat/webapps/ EXPOSE 8080 CMD ["catalina.sh", "run"]