Compare commits
	
		
			1 Commits
		
	
	
		
			e8a8a9411e
			...
			37b6d09df5
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						
						
							
						
						37b6d09df5
	
				 | 
					
					
						
@@ -2,8 +2,8 @@ FROM python:3
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
WORKDIR /app
 | 
					WORKDIR /app
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RUN pip3 install --no-cache-dir -r requirements.txt
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
COPY . ./
 | 
					COPY . ./
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					RUN pip3 install --no-cache-dir -r requirements.txt
 | 
				
			||||||
 | 
					
 | 
				
			||||||
CMD ["python3" "app.py"]
 | 
					CMD ["python3" "app.py"]
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user