diff --git a/Dockerfile b/Dockerfile index c04e9b9..7890c19 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 ["/pager.sh"] \ No newline at end of file +ENTRYPOINT /bin/bash /pager.sh \ No newline at end of file