dockerized

This commit is contained in:
2023-11-12 00:18:50 +05:00
parent b6b0c07d33
commit d23015ba56
3 changed files with 31 additions and 0 deletions

8
.build/Dockerfile Normal file
View File

@@ -0,0 +1,8 @@
FROM archlinux
WORKDIR /root
RUN pacman -Sy --noconfirm mpv jq curl speedtest-cli
COPY . .
CMD ./bot.sh