mirror of
				https://github.com/docker/compose.git
				synced 2025-10-27 01:03:48 +01:00 
			
		
		
		
	So we don't clutter up Docker with loads of stopped containers. Signed-off-by: Ben Firshman <ben@firshman.co.uk>
		
			
				
	
	
		
			6 lines
		
	
	
		
			69 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			69 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/bash
 | |
| set -ex
 | |
| pushd docs
 | |
| fig run --rm jekyll jekyll build
 | |
| popd
 |