mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-10-31 05:40:42 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			147 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			147 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
| FROM brendanburns/php
 | |
| 
 | |
| ADD index.php /var/www/index.php
 | |
| ADD controllers.js /var/www/controllers.js
 | |
| ADD index.html /var/www/index.html
 | |
| 
 | |
| CMD /run.sh
 |