Update Dockerfile

This commit is contained in:
nagarjuna33 2023-04-10 00:00:33 +05:30 committed by GitHub
parent cc71a361fa
commit 6393418d75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}