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 6133b07 commit ff1d18e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ RUN apt-get update && \
apt-get install -y git

# Clone the Keycloak repository
RUN git clone https://github.com/adorsys/kc-oid4vci-deployment.git
ARG USERNAME
ARG PAT
RUN git clone https://${USERNAME}:${PAT}@github.com/adorsys/kc-oid4vci-deployment.git

# Move the cloned repository to the working directory
RUN mv kc-oid4vci-deployment/* /app
Expand Down

0 comments on commit ff1d18e

Please sign in to comment.