From fd5af081b8db435f3d3b4cd71f6b02bdaaef72a1 Mon Sep 17 00:00:00 2001 From: Jason Cameron Date: Sun, 3 Nov 2024 01:53:02 -0400 Subject: [PATCH] Switch sentinel to be an entrypoint Signed-off-by: Jason Cameron --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e7c79ed..6cf6f99 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,4 +17,4 @@ WORKDIR /root/ COPY --from=builder /app/sentinel . -CMD ["./sentinel"] \ No newline at end of file +ENTRYPOINT ["./sentinel"] \ No newline at end of file