File size: 238 Bytes
71f8cc6
c08b4cd
2012318
b524a02
f3600f0
ac7632b
f3600f0
2012318
f3600f0
de36187
f3600f0
1
2
3
4
5
6
7
8
9
10
11
FROM python:3.9-slim

WORKDIR /app

RUN apt-get update && apt-get install -y git

RUN git clone -b python https://github.com/EverythingSuckz/TG-FileStreamBot.git .

RUN pip install -r requirements.txt

CMD ["python3", "-m", "WebStreamer"]