Merge branch 'develop' into release/v0.36.0

This commit is contained in:
Prashant Shahi 2023-12-22 15:12:32 +05:45
commit 0ea8e8e6b8

View File

@ -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