mirror of
				https://github.com/RicterZ/nhentai.git
				synced 2025-11-04 02:50:55 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			123 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			123 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
FROM python:3
 | 
						|
 | 
						|
WORKDIR /usr/src/nhentai
 | 
						|
 | 
						|
COPY . .
 | 
						|
RUN pip install --no-cache-dir .
 | 
						|
 | 
						|
WORKDIR /output
 | 
						|
ENTRYPOINT ["nhentai"]
 |