We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 448062f commit d544674Copy full SHA for d544674
Dockerfile
@@ -3,4 +3,6 @@ ARG TARGETARCH
3
WORKDIR /app
4
COPY --chmod=555 packages/spotlight/dist-bin/spotlight-linux-$TARGETARCH /app/spotlight
5
6
+HEALTHCHECK CMD [ "bash", "-c", "exec 3<>'/dev/tcp/localhost/8969' && printf 'GET /health HTTP/1.0\r\nHost: localhost\r\n\r\n' >&3 && read -r line <&3 && echo \"$line\" | grep -q '200 OK'" ]
7
+
8
ENTRYPOINT ["/app/spotlight"]
0 commit comments