Skip to content

Commit 6893cee

Browse files
changes from *.jar to app.jar in JAR path in Dockerfile to avoid copy conflict
1 parent 1ff6a8f commit 6893cee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ FROM eclipse-temurin:25-jre-alpine
1313
WORKDIR /app
1414

1515
# might need to update this later when we have our explicit class names
16-
COPY --from=build /app/target/*.jar app.jar
16+
COPY --from=build /app/target/app.jar app.jar
1717
ENTRYPOINT ["java", "-jar", "app.jar"]

0 commit comments

Comments
 (0)