Update Dockerfile

This commit is contained in:
BrahmanapallyNagaraju 2020-04-08 23:56:34 +05:30 committed by GitHub
parent 41f0d67752
commit bb6334972e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,4 @@
#pull latest java image
from openjdk
COPY /target/spring*.jar pet-animal/
EXPOSE 8080