forked from mrlan/EnglishPal
				
			Dockerfile: update docker image version.
							parent
							
								
									fb80e952b9
								
							
						
					
					
						commit
						79bdec2a7d
					
				| 
						 | 
					@ -1,4 +1,4 @@
 | 
				
			||||||
FROM tiangolo/uwsgi-nginx-flask:python3.6
 | 
					FROM tiangolo/uwsgi-nginx-flask:python3.8
 | 
				
			||||||
COPY requirements.txt /app
 | 
					COPY requirements.txt /app
 | 
				
			||||||
RUN pip3 install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/
 | 
					RUN pip3 install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/
 | 
				
			||||||
COPY ./app /app
 | 
					COPY ./app /app
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue