From 63bc7f368503a07039e4ffa1b74c63c8ab6f29c2 Mon Sep 17 00:00:00 2001 From: amandilaras Date: Thu, 22 Feb 2024 10:26:33 +0200 Subject: [PATCH] typo fix --- dmp-backend/Dockerfile | 2 +- dmp-backend/Dockerfile.CI | 2 +- dmp-backend/web/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dmp-backend/Dockerfile b/dmp-backend/Dockerfile index 8afab8372..3087527bb 100644 --- a/dmp-backend/Dockerfile +++ b/dmp-backend/Dockerfile @@ -31,6 +31,6 @@ WORKDIR /app ARG PROFILE -COPY --from=build-stage /build/web/target/web-1.0-SNAPSHOT.jar /app.jar +COPY --from=build-stage /build/web/target/web-1.0.0-SNAPSHOT.jar /app.jar ENTRYPOINT ["java","-Djava.security.egd=file:/dev/./urandom" ,"-Dspring.profiles.active=${PROFILE}","-jar","/app.jar"] \ No newline at end of file diff --git a/dmp-backend/Dockerfile.CI b/dmp-backend/Dockerfile.CI index 846f208fc..7da2659fc 100644 --- a/dmp-backend/Dockerfile.CI +++ b/dmp-backend/Dockerfile.CI @@ -30,5 +30,5 @@ WORKDIR /app ARG PROFILE ARG REVISION -COPY --from=build-stage /build/web/target/web-1.0-SNAPSHOT.jar /app/app.jar +COPY --from=build-stage /build/web/target/web-1.0.0-SNAPSHOT.jar /app/app.jar ENTRYPOINT ["java", "-Djava.security.egd=file:/dev/./urandom", "-Dspring.profiles.active=${PROFILE}", "-Dspring.config.additional-location=/files/config/", "-cp", "/app/app.jar", "-Dloader.path=/files/repo-jars", "org.springframework.boot.loader.PropertiesLauncher"] \ No newline at end of file diff --git a/dmp-backend/web/pom.xml b/dmp-backend/web/pom.xml index 537f26e63..50505c479 100644 --- a/dmp-backend/web/pom.xml +++ b/dmp-backend/web/pom.xml @@ -6,7 +6,7 @@ dmp-backend web - 1.0-SNAPSHOT + 1.0.0-SNAPSHOT ${packaging.type}