Create Dockerfile

This commit is contained in:
Stas Bezuhlyi 2021-04-08 18:15:29 +03:00 committed by GitHub
parent 01eb2c736f
commit 1fbfe27d2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Dockerfile Normal file
View file

@ -0,0 +1,4 @@
FROM java:8
COPY target/spring-petclinic-2.4.2.jar /
EXPOSE 8080
CMD java - jar spring-petclinic-2.4.2.jar