mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 18:29:21 +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 #} |