|  | @@ -43,3 +43,14 @@ $ bin/www
 | 
	
		
			
				|  |  |  You can access <http://localhost:3000> on your web browser.
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +## Run with Docker
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +It's easy to run this service if you have installed Docker on your system.
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +```shell
 | 
	
		
			
				|  |  | +$ git clone git@github.com:outsideris/slack-invite-automation.git
 | 
	
		
			
				|  |  | +$ cd slack-invite-automation
 | 
	
		
			
				|  |  | +$ docker build -t slack-invite-automation .
 | 
	
		
			
				|  |  | +$ docker run -it --rm -e COMMUNITY_NAME="YOUR-TEAM-NAME" -e SLACK_URL="YOUR-TEAM.slack.com" -e SLACK_TOKEN="YOUR-ACCESS-TOKEN" -p 3000:3000 slack-invite-automation
 | 
	
		
			
				|  |  | +```
 |