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 Sep 5, 2024
1 parent ad65e01 commit 28796db
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 28796db

Please sign in to comment.