Skip to content

Commit

Permalink
fix jar version
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidOpDeBeeck committed Apr 28, 2024
1 parent 607f9ce commit e5f276b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rcaas-api/Dockerfile
Expand Up @@ -8,6 +8,6 @@ RUN ./gradlew bootJar --no-daemon

FROM amazoncorretto:21-alpine-jdk

COPY --from=0 app/application/build/libs/application-0.0.1-SNAPSHOT.jar app.jar
COPY --from=0 app/application/build/libs/application-1.0.0.jar app.jar

ENTRYPOINT ["java", "-jar", "app.jar"]

0 comments on commit e5f276b

Please sign in to comment.