From da0ea7eb497a47e7d09be40021cedb2a1553b329 Mon Sep 17 00:00:00 2001 From: Prashant Shahi Date: Fri, 22 Dec 2023 14:55:30 +0530 Subject: [PATCH] fix(dockerfile): copy invitation email templates for EE build (#4274) Signed-off-by: Prashant Shahi --- ee/query-service/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/ee/query-service/Dockerfile b/ee/query-service/Dockerfile index d7a67863776..769f18756f6 100644 --- a/ee/query-service/Dockerfile +++ b/ee/query-service/Dockerfile @@ -18,6 +18,7 @@ COPY ee/query-service/bin/query-service-${TARGETOS}-${TARGETARCH} /root/query-se # copy prometheus YAML config COPY pkg/query-service/config/prometheus.yml /root/config/prometheus.yml +COPY pkg/query-service/templates /root/templates # Make query-service executable for non-root users RUN chmod 755 /root /root/query-service