6 lines
		
	
	
	
		
			120 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			120 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
| #!/usr/bin/env sh
 | |
| 
 | |
| if [ -n "$WEBHOOK_DATA" ]
 | |
| then
 | |
|   docker exec -i reitanlage_oranienburg-app-1 sh < "$WEBHOOK_DATA"
 | |
| fi
 |