From e96860ebc9ed82b855a9c980e5e52d901c4c501d Mon Sep 17 00:00:00 2001 From: Daniel Mason Date: Thu, 13 Apr 2023 17:35:18 +1200 Subject: [PATCH] Change entrypoint --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3c356ff..c04e9b9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,4 +10,4 @@ RUN apt install -y redis rtl-sdr multimon-ng COPY pager.sh /pager.sh RUN chmod +x /pager.sh -RUN ["bash", "/pager.sh"] \ No newline at end of file +RUN ["/pager.sh"] \ No newline at end of file