2024-03-12 11:49:06 +01:00
|
|
|
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
|