mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-25 09:05:50 +00:00
Update Dockerfile
This commit is contained in:
parent
cc71a361fa
commit
6393418d75
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@ ARG uid=1000
|
|||
ARG gid=1000
|
||||
LABEL author="Arjun"
|
||||
LABEL project="test"
|
||||
ADD https://arjunaartifact.jfrog.io/ui/native/libs-release-local/spring-petclinic-2.7.3.jar
|
||||
ADD https://arjunaartifact.jfrog.io/ui/native/libs-release-local/spring-petclinic-2.7.3.jar
|
||||
COPY spring-petclinic-2.7.3.jar spring-petclinic-2.7.3.jar
|
||||
EXPOSE 8080
|
||||
RUN useradd springpet
|
||||
USER ${user}
|
||||
|
|
Loading…
Reference in a new issue