mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-03 19:58:14 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			156 B
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			156 B
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
{# integrate it into service sections to be build by Dockerfile #}
 | 
						|
pull_policy: never
 | 
						|
build:
 | 
						|
  context: .
 | 
						|
  dockerfile: Dockerfile
 | 
						|
{# pass Arguments here #} |