diff --git a/.dockerignore b/.dockerignore index 57f495f..7a07ca4 100644 --- a/.dockerignore +++ b/.dockerignore @@ -35,8 +35,7 @@ chart/ charts/ deployments/ -# License and owners -LICENSE +# Owners OWNERS CONTRIBUTING.md diff --git a/Dockerfile b/Dockerfile index 6a103e9..fb3028c 100755 --- a/Dockerfile +++ b/Dockerfile @@ -43,6 +43,7 @@ WORKDIR /app # ubi9-micro doesn't include CA certificates; copy from builder for TLS (e.g. Google Pub/Sub) COPY --from=builder /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem COPY --from=builder /build/bin/hyperfleet-api /app/hyperfleet-api +COPY --from=builder /build/LICENSE /licenses/LICENSE USER 65532:65532