To run webhook server:-
- RUN 'git pull origin master' for production server.
- Export GOPATH=/root/golang-webhook/
- RUN 'go build' from 'golang-webhook/src/github.com/bajratech/webhook' path.
- RUN 'go install' from 'golang-webhook/src/github.com/bajratech/webhook' path.
- Replace 'bin/start.sh' file with 'golang-webhook/src/github.com/bajratech/webhook/start.sh'
- Kill './webhook' server if it is running.
- RUN './webhook >> log.txt &'