Initial commit

This commit is contained in:
Hein-Pieter van Braam-Stewart
2021-01-24 23:35:56 +01:00
commit 400004f3f3
4 changed files with 326 additions and 0 deletions

11
Dockerfile Normal file
View File

@@ -0,0 +1,11 @@
FROM fedora:33
LABEL maintainer="Hein-Pieter van Braam-Stewart <hp@prehensile-tales.com>"
RUN dnf -y install python3-websocket-client python3-requests && \
dnf clean all
COPY bot.py /root/bot.py
WORKDIR /root
CMD /root/bot.py