Skip to content

Commit

Permalink
fix: update dockerfile with checkout into the custom branch for oid4vci
Browse files Browse the repository at this point in the history
  • Loading branch information
ArmandMeppa authored Feb 8, 2024
1 parent 0f8638d commit 995b5f3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ RUN apt-get update && \
apt-get upgrade -y && \
apt-get install -y git

ARG GIT_URL=https://ArmandMeppa:[email protected]/adorsys/kc-oid4vci-deployment.git
ARG GIT_BRANCH=issue-25638 # Optional branch to clone, defaults to main
# ARG GIT_URL=https://ArmandMeppa:[email protected]/adorsys/kc-oid4vci-deployment.git
# ARG GIT_BRANCH=issue-25638 # Optional branch to clone, defaults to main

#RUN mkdir -p /app
# RUN mkdir -p /app
RUN git clone https://ArmandMeppa:[email protected]/adorsys/kc-oid4vci-deployment.git
RUN cd kc-oid4vci-deployment
RUN git checkout issue-25638

# Stage 2: Build the project
FROM openjdk:17-jdk-slim AS build
Expand Down

0 comments on commit 995b5f3

Please sign in to comment.