mirror of
				https://github.com/DarkflameUniverse/DarkflameServer.git
				synced 2025-11-03 22:21:59 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			110 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			110 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
# syntax=docker/dockerfile:1
 | 
						|
FROM python:3.9.9-slim
 | 
						|
WORKDIR /empty_dir
 | 
						|
EXPOSE 80
 | 
						|
CMD python -m http.server 80
 |