Skip to content

Commit

Permalink
fix: copy OIDC key and cert from builder
Browse files Browse the repository at this point in the history
  • Loading branch information
enniosousa committed Jun 26, 2024
1 parent 88e50d1 commit ae4c5f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 15,8 @@ LABEL org.opencontainers.image.source=https://github.com/aertje/cloud-tasks-emul

WORKDIR /

COPY --from=builder /app/oidc.key oidc.key
COPY --from=builder /app/oidc.cert oidc.cert
COPY --from=builder /app/emulator .
COPY --from=builder /app/emulator_from_env.sh .
RUN chmod x emulator_from_env.sh
Expand Down

0 comments on commit ae4c5f7

Please sign in to comment.