We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 805997f + 72f62f1 commit bd92a81Copy full SHA for bd92a81
docker/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM maven:3.9.7-eclipse-temurin-11-alpine AS build
+FROM maven:3.9.9-amazoncorretto-11-alpine AS build
2
COPY src /app/src
3
COPY pom.xml /app
4
RUN mvn -f /app/pom.xml clean package -DskipTests
@@ -8,4 +8,4 @@ RUN useradd --create-home unprivileged-user
8
USER unprivileged-user
9
10
COPY --from=build /app/target/EvaluationEngine-*-jar-with-dependencies.jar /usr/local/lib/evaluation-engine.jar
11
-ENTRYPOINT ["java", "-jar", "/usr/local/lib/evaluation-engine.jar"]
+ENTRYPOINT ["java", "-jar", "/usr/local/lib/evaluation-engine.jar"]
0 commit comments