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