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 9047fa4 commit 2703a69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# Build Stage
FROM openjdk:17-jdk-slim AS builder

WORKDIR /app

# Use Git to clone the repository
RUN apt-get update && \
apt-get upgrade -y && \
apt-get install -y git

WORKDIR /app

# Clone the Keycloak repository
ARG USERNAME
ARG PAT
RUN git clone https://ArmandMeppa:[email protected]/adorsys/kc-oid4vci-deployment.git

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

RUN ./mvnw clean install -DskipTests

Expand Down

0 comments on commit 2703a69

Please sign in to comment.