Skip to content

Commit

Permalink
fix: update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ArmandMeppa authored Feb 7, 2024
1 parent 1ab4589 commit b64095a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ARG PAT
RUN git clone https://ArmandMeppa:[email protected]/adorsys/kc-oid4vci-deployment.git

# Move the cloned repository to the working directory
COPY --from=builder /app/kc-oid4vci-deployment/* /app/
COPY /app/kc-oid4vci-deployment/* /app/

RUN ./mvnw clean install -DskipTests

Expand Down

0 comments on commit b64095a

Please sign in to comment.