hello-world-sg4-service/Dockerfile

10 lines
309 B
Docker
Raw Normal View History

ARG JAVA_VERSION=11
FROM d4science/smartgears-distribution:4.0.0-SNAPSHOT-java$JAVA_VERSION-tomcat10.1.19
2024-03-12 16:51:07 +01:00
#FROM smartgears-distribution:4.0.0-SNAPSHOT-java$JAVA_VERSION-tomcat10.1.19
2024-02-21 11:44:41 +01:00
COPY ./docker/logback.xml /etc/
COPY ./docker/container.ini /etc/
COPY ./target/helloworld.war /tomcat/webapps/
EXPOSE 8080