Files
techops_bot/Dockerfile
Alexandr Bogomyakov b43e00ca06 Init.
2019-11-06 23:12:00 +03:00

7 lines
106 B
Docker

FROM python:3
COPY . /bot
WORKDIR /bot
RUN pip install -r requirements.txt
ENTRYPOINT python /bot/bot.py