mirror of
https://github.com/house-of-vanity/techops_bot.git
synced 2025-07-06 17:34:08 +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