Skip to content

Commit

Permalink
fix: revocation service dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nitin-vavdiya committed Jun 18, 2024
1 parent 1497427 commit 1c4104f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion revocation-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM eclipse-temurin:latest
# add curl for healthcheck
RUN apt-get update && apt-get install -y curl

COPY ./revocation-service/build/libs/revocation-service-latest.jar /app/
COPY ./LICENSE ./NOTICE.md ./revocation-service/DEPENDENCIES ./SECURITY.md ./revocation-service/build/libs/revocation-service-latest.jar /app/

WORKDIR /app

Expand Down

0 comments on commit 1c4104f

Please sign in to comment.