Skip to content

Commit

Permalink
add test-coverage pom to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
manuraf committed Nov 20, 2023
1 parent ad42bff commit ba895d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ README.md
**/.mvn
.mvn

**/target

# Created by .ignore support plugin (hsz.mobi)
### Maven template
target/
Expand Down
3 changes: 3 additions & 0 deletions apps/onboarding-ms/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ COPY --link ./pom.xml .
WORKDIR /src/libs
COPY --link ./libs/ .

WORKDIR /src/test-coverage
COPY --link ./test-coverage/pom.xml .

WORKDIR /src/apps
COPY --link ./apps/pom.xml .

Expand Down

0 comments on commit ba895d1

Please sign in to comment.