Spaces:
Sleeping
Sleeping
A-baoYang
commited on
Commit
•
dfae74d
1
Parent(s):
22bf86e
Edit Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -14,4 +14,4 @@ WORKDIR /code/autocrawler/
|
|
14 |
RUN pip install --no-cache-dir --upgrade -r /code/autocrawler/requirements.txt
|
15 |
|
16 |
RUN ls
|
17 |
-
CMD ["
|
|
|
14 |
RUN pip install --no-cache-dir --upgrade -r /code/autocrawler/requirements.txt
|
15 |
|
16 |
RUN ls
|
17 |
+
CMD ["python", "app.py"]
|