File size: 316 Bytes
2baaa3f
 
 
 
 
 
c025d70
2baaa3f
 
13d0b76
2baaa3f
 
 
76c1ea2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
FROM debian:latest

RUN apt update && apt upgrade -y
RUN apt install git python3-pip ffmpeg -y

RUN cd /
RUN git clone https://github.com/imseldrith/MegaDL-Bot
RUN cd MegaDL-Bot
WORKDIR /MegaDL-Bot
RUN chmod 0777 /MegaDL-Bot
RUN pip3 install --upgrade pip
RUN pip3 install -U -r requirements.txt

CMD python3 app.py