diff --git a/Dockerfile b/Dockerfile index ee73c8b..f45b90e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/requirements.txt b/requirements.txt index 7248c1a..e199d75 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ +baidu-aip==2.2.18.0 beautifulsoup4==4.8.2 bs4==0.0.1 certifi==2019.11.28 @@ -15,4 +16,4 @@ requests==2.22.0 six==1.14.0 soupsieve==1.9.5 urllib3==1.25.7 -Werkzeug==0.16.0 +Werkzeug==0.16.0 \ No newline at end of file