mirror of
				https://github.com/balkian/bitter.git
				synced 2025-11-04 01:28:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			217 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			217 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
# onbuild copies . to /usr/src/app/
 | 
						|
From python:2.7.9-onbuild
 | 
						|
Maintainer J. Fernando Sánchez @balkian
 | 
						|
 | 
						|
# RUN pip --cert cacert.pem install -r -v  requirements.txt
 | 
						|
 | 
						|
RUN pip install --editable .;
 | 
						|
ENTRYPOINT ["bitter"]
 |