Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Chintan Viradiya <[email protected]>
  • Loading branch information
Luv7804 authored Aug 7, 2024
1 parent fbb947d commit 166f793
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ WORKDIR /usr/app
COPY . /usr/app
RUN mvn versions:set-property -Dproperty=project.version -DnewVersion=0.0.1 && \
mvn package -Pdev -DskipTests

FROM eclipse-temurin:21-jdk-alpine
WORKDIR /usr/app
COPY --from=build /usr/app/target/*.jar /usr/app/app.jar
Expand Down

0 comments on commit 166f793

Please sign in to comment.