mirror of
https://github.com/miloszowi/everyone-mention-telegram-bot.git
synced 2025-10-10 09:05:57 +00:00
8 lines
110 B
Docker
8 lines
110 B
Docker
![]() |
FROM python:3.8-buster
|
||
|
|
||
|
WORKDIR /src
|
||
|
|
||
|
COPY ./src/requirements.txt /src
|
||
|
RUN pip install -r ./requirements.txt
|
||
|
|