mirror of
https://github.com/house-of-vanity/techops_bot.git
synced 2026-03-21 22:58:28 +00:00
Init.
This commit is contained in:
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM python:3
|
||||
|
||||
COPY . /bot
|
||||
WORKDIR /bot
|
||||
RUN pip install -r requirements.txt
|
||||
ENTRYPOINT python /bot/bot.py
|
||||
Reference in New Issue
Block a user