Skip to content

Commit

Permalink
add script to tunnel bot on local docker-machine to the internet
Browse files Browse the repository at this point in the history
  • Loading branch information
hyzhak committed May 26, 2017
1 parent ede057a commit 19b573c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/tunnel.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash

ngrok http $(docker-machine ip $(docker-machine active)):${1:-$(APP-PORT)}

0 comments on commit 19b573c

Please sign in to comment.