Update Dockerfile

This commit is contained in:
sandeepds 2019-08-26 19:02:25 +05:30 committed by GitHub
parent b38a8c06f0
commit 8948b381f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
FROM openjdk:8
COPY /var/lib/jenkins/workspace/sample/target/petclinic.war /opt/petclinic.war
COPY /sample/target/petclinic.war /opt/petclinic.war
ENTRYPOINT java -jar /opt/petclinic.war
EXPOSE 8080