forked from shihaam/starlink_status
dockerized
This commit is contained in:
8
.build/Dockerfile
Normal file
8
.build/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM archlinux
|
||||
|
||||
WORKDIR /root
|
||||
RUN pacman -Sy --noconfirm mpv jq curl speedtest-cli
|
||||
|
||||
COPY . .
|
||||
|
||||
CMD ./bot.sh
|
||||
Reference in New Issue
Block a user