mirror of
https://github.com/godotengine/issue-bot.git
synced 2026-01-06 06:10:13 +03:00
Initial commit
This commit is contained in:
11
Dockerfile
Normal file
11
Dockerfile
Normal 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
|
||||
Reference in New Issue
Block a user