Skip to content

Commit 4f09fc2

Browse files
committed
Updated cicd path for loan service
1 parent 73ce958 commit 4f09fc2

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

loanservice/Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@ FROM eclipse-temurin:17-jdk-jammy AS build
33

44
WORKDIR /app
55

6-
COPY loanservice/mvnw .
7-
COPY loanservice/.mvn .mvn
8-
COPY loanservice/pom.xml .
6+
COPY . .
97

108
RUN chmod +x mvnw
119

12-
RUN ./mvnw dependency:go-offline
10+
RUN ./mvnw -pl loanservice dependency:go-offline
1311

1412
COPY loanservice/src src
1513

0 commit comments

Comments
 (0)