The service that sends the webhooks out
- Clone the repository (
git clone https://github.com/dsc-bot/webhook-service.git
) - Run
docker build -t webhook-service .
- Run
docker run -d -e LOG_LEVEL=info webhook-service
- Clone the repository (
git clone https://github.com/dsc-bot/webhook-service.git
) - Run
go mod download
- Run
go mod verify
- Run
go run main.go