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

Remove copying over of JWKS

authored by natalie and committed by GitHub e8539aec 8fd58baf

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