fix: include frontend with oss query-service

Co-authored-by: Vibhu Pandey <vibhupandey28@gmail.com>
This commit is contained in:
Dāvis 2025-03-13 13:04:20 +00:00 committed by GitHub
parent b46f0c9a7b
commit 50c1af2da8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,6 +23,9 @@ COPY pkg/query-service/templates /root/templates
# Make query-service executable for non-root users # Make query-service executable for non-root users
RUN chmod 755 /root /root/query-service RUN chmod 755 /root /root/query-service
# Copy frontend
COPY frontend/build/ /etc/signoz/web/
# run the binary # run the binary
ENTRYPOINT ["./query-service"] ENTRYPOINT ["./query-service"]