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