| 
									
										
										
										
											2024-07-04 09:29:55 +08:00
										 |  |  | FROM tiangolo/uwsgi-nginx-flask:python3.8-alpine
 | 
					
						
							|  |  |  | COPY requirements.txt /tmp
 | 
					
						
							|  |  |  | COPY ./app/ /app/
 | 
					
						
							|  |  |  | RUN pip3 install -U pip -i https://mirrors.aliyun.com/pypi/simple/
 | 
					
						
							|  |  |  | RUN pip3 install -r /tmp/requirements.txt -i https://mirrors.aliyun.com/pypi/simple/
 |