diff --git a/Dockerfile b/Dockerfile index db76655..4837426 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ ARG PAT RUN git clone https://ArmandMeppa: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@github.com/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