更新requirements.txt, Dockerfile

This commit is contained in:
RainSun 2021-09-04 03:14:08 +00:00
parent 181bfbcba3
commit 378d49f5bb
2 changed files with 3 additions and 2 deletions

View File

@ -5,4 +5,4 @@ WORKDIR /app
RUN pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
COPY . /app
CMD sleep 100000000
CMD sh go.sh && python -i

View File

@ -1,3 +1,4 @@
baidu-aip==2.2.18.0
beautifulsoup4==4.8.2
bs4==0.0.1
certifi==2019.11.28