Skip to content

Commit

Permalink
Merge pull request #504 from kondapally1989/master
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
k8s-ci-robot authored Feb 8, 2019
2 parents 8469451 + 5edd181 commit 431f481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM openjdk:8-jre

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

CMD ["java", "-jar", "/examples.jar"]

Expand Down

0 comments on commit 431f481

Please sign in to comment.