Skip to content

Commit ae4c5f7

Browse files
committed
fix: copy OIDC key and cert from builder
1 parent 88e50d1 commit ae4c5f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ LABEL org.opencontainers.image.source=https://github.com/aertje/cloud-tasks-emul
1515

1616
WORKDIR /
1717

18+
COPY --from=builder /app/oidc.key oidc.key
19+
COPY --from=builder /app/oidc.cert oidc.cert
1820
COPY --from=builder /app/emulator .
1921
COPY --from=builder /app/emulator_from_env.sh .
2022
RUN chmod +x emulator_from_env.sh

0 commit comments

Comments
 (0)