Skip to content

Commit 85e2f00

Browse files
committed
Corrected path for loanservice docker build
1 parent 1f2264e commit 85e2f00

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/loanservice-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
uses: docker/build-push-action@v5
3535
with:
3636
context: .
37-
file: ./loanservice/Dockerfile
37+
file: ./Dockerfile
3838
push: true
3939
tags: pratikbagm/loanservice:latest

loanservice/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ FROM eclipse-temurin:17-jre-jammy
1818

1919
WORKDIR /app
2020

21-
COPY --from=build /app/target/*.jar app.jar
21+
COPY --from=build /app/loanservice/target/*.jar app.jar
2222

2323
EXPOSE 8082
2424

0 commit comments

Comments
 (0)