hello-world-service/Dockerfile

8 lines
195 B
Docker

FROM d4science/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