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 06ce074 commit 5edd181Copy full SHA for 5edd181
examples/Dockerfile
@@ -1,6 +1,6 @@
1
FROM openjdk:8-jre
2
3
-COPY target/client-java-examples-3.0.0-beta2-SNAPSHOT-jar-with-dependencies.jar /examples.jar
+COPY target/client-java-examples-*-SNAPSHOT-jar-with-dependencies.jar /examples.jar
4
5
CMD ["java", "-jar", "/examples.jar"]
6
0 commit comments