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.
2 parents 8469451 + 5edd181 commit 431f481Copy full SHA for 431f481
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