Update Dockerfile

This commit is contained in:
BrahmanapallyNagaraju 2020-04-09 00:03:56 +05:30 committed by GitHub
parent bb6334972e
commit 06fdf4d2a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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