| 
									
										
										
										
											2023-08-10 10:47:57 +08:00
										 |  |  | FROM tiangolo/uwsgi-nginx-flask:python3.8-alpine
 | 
					
						
							| 
									
										
										
										
											2023-08-10 14:19:37 +08:00
										 |  |  | COPY requirements.txt /tmp
 | 
					
						
							| 
									
										
										
										
											2023-08-10 10:47:57 +08:00
										 |  |  | COPY ./app/ /app/
 | 
					
						
							| 
									
										
										
										
											2023-08-10 14:19:37 +08:00
										 |  |  | 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/
 |