Spaces:
Build error
Build error
Commit
·
76c1ea2
1
Parent(s):
dcb78eb
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -11,4 +11,4 @@ RUN chmod 0777 /MegaDL-Bot
|
|
11 |
RUN pip3 install --upgrade pip
|
12 |
RUN pip3 install -U -r requirements.txt
|
13 |
|
14 |
-
CMD python3
|
|
|
11 |
RUN pip3 install --upgrade pip
|
12 |
RUN pip3 install -U -r requirements.txt
|
13 |
|
14 |
+
CMD python3 app.py
|