FROM registry-proxy.engineering.redhat.com/rh-osbs/jboss-webserver-5-webserver53-openjdk11-tomcat9-openshift:1.0-1 COPY target/app.war /opt/jws-5.3/tomcat/webapps # this is the work around to make sure that the container isn't logging to a file #COPY src/test/resources/logging-stdout.properties /opt/jws-5.3/tomcat/conf/logging.properties # TODO figure out if we want access logs going here or if we want them going to /dev/null # sending access logs to stdout. COPY src/test/resources/server-9-stdout.xml /opt/jws-5.3/tomcat/conf/server.xml