chown cert files

This commit is contained in:
Jonny Stoten
2024-07-01 15:01:44 +01:00
parent e2d4b0b5f6
commit df8818d57c

View File

@@ -34,4 +34,4 @@ ENTRYPOINT ["/attest"]
FROM production AS dev
COPY certs/tls.crt certs/tls.key /certs/
COPY --chown=65532:65532 certs/tls.crt certs/tls.key /certs/