Skip to content

Commit

Permalink
updated jar version in docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
bansikah22 committed Sep 12, 2024
1 parent db8b3b9 commit eb96714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user-backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM openjdk:17-jdk-slim

WORKDIR /app

COPY target/user-0.0.1-SNAPSHOT.jar /app/user-backend.jar
COPY target/user-1.1.0.jar /app/user-backend.jar

EXPOSE 8082

Expand Down

0 comments on commit eb96714

Please sign in to comment.