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