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
4b918f49c5
commit
b4d35fae5f
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
FROM java:8-jdk-alpine
|
||||
COPY /home/owlleg6/jenkins/workspace/builder-centos/spring-petclinic/target/spring-petclinic-2.4.2.jar /home/spring-petclinic-2.4.2.jar
|
||||
COPY /home/owlleg6/builds/${BUILD_ID} /home/spring-petclinic-2.4.2.jar
|
||||
CMD ["java","-jar","/home/spring-petclinic-2.4.2.jar"]
|
||||
|
|
Loading…
Reference in a new issue