mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-26 01:15: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
|
ARG gid=1000
|
||||||
LABEL author="Arjun"
|
LABEL author="Arjun"
|
||||||
LABEL project="test"
|
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
|
EXPOSE 8080
|
||||||
RUN useradd springpet
|
RUN useradd springpet
|
||||||
USER ${user}
|
USER ${user}
|
||||||
|
|
Loading…
Reference in a new issue