forked from shihaam/starlink_status
10 lines
150 B
Docker
10 lines
150 B
Docker
FROM archlinux
|
|
|
|
WORKDIR /root
|
|
RUN pacman -Sy --noconfirm mpv jq curl speedtest-cli bc npm \
|
|
&& npm install --global fast-cli
|
|
|
|
COPY . .
|
|
|
|
CMD ./bot.sh
|