A fork of https://github.com/teal-fm/piper

Remove copying over of JWKS

authored by

natalie and committed by
GitHub
e8539aec 8fd58baf

-1
-1
Dockerfile
··· 38 WORKDIR /db 39 WORKDIR /app 40 COPY --from=builder /app/main /app/main 41 - COPY --from=builder /app/jwks.json /app/jwks.json 42 ENTRYPOINT ["/app/main"]
··· 38 WORKDIR /db 39 WORKDIR /app 40 COPY --from=builder /app/main /app/main 41 ENTRYPOINT ["/app/main"]