imseldrith commited on
Commit
c025d70
·
1 Parent(s): 2baaa3f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ RUN apt update && apt upgrade -y
4
  RUN apt install git python3-pip ffmpeg -y
5
 
6
  RUN cd /
7
- RUN git clone https://github.com/AsmSafone/MegaDL-Bot
8
  RUN cd MegaDL-Bot
9
  WORKDIR /MegaDL-Bot
10
 
 
4
  RUN apt install git python3-pip ffmpeg -y
5
 
6
  RUN cd /
7
+ RUN git clone https://github.com/imseldrith/MegaDL-Bot
8
  RUN cd MegaDL-Bot
9
  WORKDIR /MegaDL-Bot
10