mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 06:45:49 +00:00
Created New Docker File
Created New Docker File
This commit is contained in:
parent
8c39163fe7
commit
dc5a44ea9a
1 changed files with 4 additions and 0 deletions
4
Dockerfile
Normal file
4
Dockerfile
Normal file
|
@ -0,0 +1,4 @@
|
|||
FROM openjdk:8
|
||||
COPY ${JAR_FILE_PATH} /var/lib/jenkins/workspace/sample/target/petclinic.jar
|
||||
ENTRYPOINT java -jar /opt/spring-petclinic/petclinic.jar
|
||||
EXPOSE 8080
|
Loading…
Reference in a new issue