Skip to content

Commit

Permalink
fix dockerfile onboarding-ms
Browse files Browse the repository at this point in the history
  • Loading branch information
manuraf committed Nov 9, 2023
1 parent 2d5b6cb commit b1e484b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions apps/onboarding-ms/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ WORKDIR /src
COPY --link ./pom.xml .

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

WORKDIR /src/libs/onboarding-sdk
COPY ./libs/onboarding-sdk/ .
COPY --link ./libs/ .

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

0 comments on commit b1e484b

Please sign in to comment.