added docker file

This commit is contained in:
prasannakumar 2024-06-21 07:50:26 +05:30
parent af8e565f16
commit 25602df753

View file

@ -5,7 +5,7 @@ FROM openjdk:17-jdk-alpine
WORKDIR /app
# Copy the JAR file from the host machine to the container
COPY /var/lib/jenkins/workspace/demorun@2/target/spring-petclinic-3.3.0-SNAPSHOT.jar .
COPY target/spring-petclinic-3.3.0-SNAPSHOT.jar .
# Expose the port your application runs on