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
6393418d75
commit
2fe319a540
1 changed files with 1 additions and 2 deletions
|
@ -5,8 +5,7 @@ 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
|
||||
COPY spring-petclinic-2.7.3.jar spring-petclinic-2.7.3.jar
|
||||
RUN wget https://arjunaartifact.jfrog.io/ui/native/libs-release-local/spring-petclinic-2.7.3.jar
|
||||
EXPOSE 8080
|
||||
RUN useradd springpet
|
||||
USER ${user}
|
||||
|
|
Loading…
Reference in a new issue