Skip to content

Commit

Permalink
update orderservice version
Browse files Browse the repository at this point in the history
  • Loading branch information
kundan59 committed Sep 8, 2023
1 parent f79ae1a commit d1cad68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion order-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM openjdk:19

WORKDIR /usr/src/app

COPY /target/order-service-0.0.1-SNAPSHOT.jar .
COPY /target/order-service-1.0.0.jar .

CMD ["java","-jar", "./order-service-0.0.1-SNAPSHOT.jar"]
2 changes: 1 addition & 1 deletion order-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.nashtech.order</groupId>
<artifactId>order-service</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.0</version>
<name>order-service</name>
<description>order-service project for Spring Boot</description>

Expand Down

0 comments on commit d1cad68

Please sign in to comment.