调整yml
This commit is contained in:
parent
0aafbe0174
commit
059fc5a82d
@ -2,4 +2,5 @@ FROM python:3.7-alpine
|
||||
COPY requirements.txt /app/requirements.txt
|
||||
WORKDIR /app
|
||||
RUN pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
|
||||
COPY . /app
|
||||
COPY . /app
|
||||
CMD ["gunicorn", "api:app", "-c", "./gunicorn.conf.py"]
|
@ -1,18 +1,26 @@
|
||||
APScheduler==3.6.3
|
||||
beautifulsoup4==4.8.2
|
||||
bs4==0.0.1
|
||||
certifi==2019.11.28
|
||||
chardet==3.0.4
|
||||
Click==7.0
|
||||
et-xmlfile==1.0.1
|
||||
Flask==1.1.1
|
||||
Flask-APScheduler==1.11.0
|
||||
Flask-Cors==3.0.8
|
||||
gunicorn==20.0.4
|
||||
idna==2.8
|
||||
itsdangerous==1.1.0
|
||||
jdcal==1.4.1
|
||||
Jinja2==2.10.3
|
||||
MarkupSafe==1.1.1
|
||||
openpyxl==3.0.5
|
||||
pymongo==3.10.1
|
||||
python-dateutil==2.8.1
|
||||
pytz==2020.1
|
||||
requests==2.22.0
|
||||
six==1.14.0
|
||||
soupsieve==1.9.5
|
||||
tzlocal==2.1
|
||||
urllib3==1.25.7
|
||||
Werkzeug==0.16.0
|
||||
Werkzeug==0.16.0
|
Loading…
x
Reference in New Issue
Block a user