Compare commits

...

1 Commits

Author SHA1 Message Date
Prashant Shahi
9fea850117 fix: bundle FE for the OSS
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2025-03-13 18:09:22 +05:30

View File

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