mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 07:45:49 +00:00
without useradd
This commit is contained in:
parent
1de2e264ec
commit
c5bbbd90c5
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM java:8-jdk-alpine
|
||||
WORKDIR /home/owlleg6/builds/
|
||||
ADD /home/owlleg6/builds/petclinic.jar /home/spring-petclinic.jar
|
||||
ADD ./target/*.jar spring-petclinic.jar
|
||||
CMD ["java","-jar","/home/petclinic.jar"]
|
||||
|
|
Loading…
Reference in a new issue