Update Dockerfile

This commit is contained in:
sandeepds 2019-08-26 19:15:45 +05:30 committed by GitHub
parent f876c9419d
commit 2c3cd7192d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
FROM openjdk:8
COPY ./target/petclinic.war /opt/petclinic.war
ENTRYPOINT java -jar /opt/petclinic.war
EXPOSE 8080
EXPOSE 9090