Dockerfile: update docker image version.

Bug-561
Hui Lan 2023-07-17 10:38:17 +08:00
parent fb80e952b9
commit 79bdec2a7d
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM tiangolo/uwsgi-nginx-flask:python3.6
FROM tiangolo/uwsgi-nginx-flask:python3.8
COPY requirements.txt /app
RUN pip3 install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/
COPY ./app /app