mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-24 16:15:49 +00:00
without useradd
This commit is contained in:
parent
47f5ccc6f5
commit
fafaa54621
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
FROM java:8-jdk-alpine
|
FROM java:8-jdk-alpine
|
||||||
WORKDIR /home/owlleg6/builds/
|
ADD ./target/*.jar /usr/app/petclinic.jar
|
||||||
ADD ./target/*.jar spring-petclinic.jar
|
WORKDIR /usr/app
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
CMD ["java","-jar","/home/petclinic.jar"]
|
ENTRYPOINT ["java","-jar","petclinic.jar"]
|
||||||
|
|
Loading…
Reference in a new issue