Skip to content

Commit 0333a44

Browse files
authored
fix: use proper path to fed compatibility jar (ExpediaGroup#1632)
1 parent 54610c7 commit 0333a44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/federation-compatibility/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ FROM gradle:7.6.0-jdk17
33
EXPOSE 4001
44
RUN mkdir /app
55

6-
COPY build/federation-compatibility.jar /app/app.jar
6+
COPY build/libs/federation-compatibility.jar /app/app.jar
77

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

0 commit comments

Comments
 (0)