Create Dockerfile

This commit is contained in:
BrahmanapallyNagaraju 2020-04-08 16:15:49 +05:30 committed by GitHub
parent 51596a2e83
commit 1b7c29ec20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Dockerfile Normal file
View file

@ -0,0 +1,4 @@
from openjdk
COPY /target/spring*.jar pet-animal/
EXPOSE 8080
CMD ["java","-jar","pet-animal/spring-petclinic-2.2.0.BUILD-SNAPSHOT"]