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

Edit Dockerfile

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -0
  2. requirements.txt +0 -2
Dockerfile CHANGED
@@ -13,4 +13,5 @@ WORKDIR /code/autocrawler/
13
 
14
  RUN pip install --no-cache-dir --upgrade -r /code/autocrawler/requirements.txt
15
 
 
16
  CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
 
13
 
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"]
requirements.txt DELETED
@@ -1,2 +0,0 @@
1
- playwright
2
- asyncio