mirror of
				https://github.com/dokku/buildpack-nginx.git
				synced 2025-10-31 20:06:30 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			163 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			163 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/usr/bin/env bash
 | |
| # bin/release <build-dir>
 | |
| set -eo pipefail
 | |
| [[ $TRACE ]] && set -x
 | |
| 
 | |
| cat <<EOF
 | |
| ---
 | |
| addons: []
 | |
| default_process_types:
 | |
|   web: /app/start_nginx
 | |
| EOF
 |