imseldrith commited on
Commit
13d0b76
·
1 Parent(s): a9c2ea9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ RUN cd /
7
  RUN git clone https://github.com/imseldrith/MegaDL-Bot
8
  RUN cd MegaDL-Bot
9
  WORKDIR /MegaDL-Bot
10
- RUN CHMOD 777 /MegaDL-Bot
11
  RUN pip3 install --upgrade pip
12
  RUN pip3 install -U -r requirements.txt
13
 
 
7
  RUN git clone https://github.com/imseldrith/MegaDL-Bot
8
  RUN cd MegaDL-Bot
9
  WORKDIR /MegaDL-Bot
10
+ RUN chmod 0777 /MegaDL-Bot
11
  RUN pip3 install --upgrade pip
12
  RUN pip3 install -U -r requirements.txt
13