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