Spaces:
Build error
Build error
Commit
·
13d0b76
1
Parent(s):
a9c2ea9
Update Dockerfile
Browse files- 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
|
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 |
|