mirror of
https://github.com/idanoo/rtl-pager-discord
synced 2025-07-01 05:42:23 +00:00
Change entrypoint to cmd
This commit is contained in:
parent
f53370eae2
commit
57ab779c26
1 changed files with 2 additions and 1 deletions
|
@ -10,4 +10,5 @@ RUN apt install -y redis rtl-sdr multimon-ng
|
|||
COPY pager.sh /pager.sh
|
||||
RUN chmod +x /pager.sh
|
||||
|
||||
ENTRYPOINT ["/bin/bash", "/pager.sh"]
|
||||
# Allow entering via /bin/bash
|
||||
CMD ["/bin/bash", "/pager.sh"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue