A-baoYang commited on
Commit
dfae74d
1 Parent(s): 22bf86e

Edit Dockerfile

Browse files
Files changed (1) hide show
  1. 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 ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
 
14
  RUN pip install --no-cache-dir --upgrade -r /code/autocrawler/requirements.txt
15
 
16
  RUN ls
17
+ CMD ["python", "app.py"]