add dockerfile
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
FROM python:latest
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
COPY . .
|
||||
RUN pip install -r requirements.txt
|
||||
CMD ["python", "bot.py"]
|
||||
Reference in New Issue
Block a user