diff --git a/.gitignore b/.gitignore index 4a05c9d..c3a3fef 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ target .settings /.DS_Store /bin/ +/package-lock.json diff --git a/DockerInfo.txt b/DockerInfo.txt new file mode 100644 index 0000000..a74c1c4 --- /dev/null +++ b/DockerInfo.txt @@ -0,0 +1 @@ +docker build -t smartgears-distribution:4.0.0-SNAPSHOT-java11-tomcat9 . \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 9df09ec..2439d2f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM tomcat:9.0.65-jdk11-openjdk-buster +FROM tomcat:9.0.85-jdk11-temurin-jammy ARG filename=smartgears-distribution-4.0.0-SNAPSHOT ARG version=4.0.0-SNAPSHOT COPY ./target/$filename.tar.gz /smartgears-distro.tar.gz