Change entrypoint

This commit is contained in:
Daniel Mason 2023-04-13 17:35:18 +12:00
parent 08b73d41c5
commit e96860ebc9
Signed by: idanoo
GPG key ID: 387387CDBC02F132

View file

@ -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"]
RUN ["/pager.sh"]