FROM smartgears-distribution:4.0.0-SNAPSHOT-java11-tomcat9 COPY ./docker/logback.xml /etc/ COPY ./docker/container.ini /etc/ COPY ./target/helloworld.war /tomcat/webapps/ EXPOSE 8080