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.
1 parent 54610c7 commit 0333a44Copy full SHA for 0333a44
integration/federation-compatibility/Dockerfile
@@ -3,6 +3,6 @@ FROM gradle:7.6.0-jdk17
3
EXPOSE 4001
4
RUN mkdir /app
5
6
-COPY build/federation-compatibility.jar /app/app.jar
+COPY build/libs/federation-compatibility.jar /app/app.jar
7
8
ENTRYPOINT ["java", "-jar","/app/app.jar"]
0 commit comments