This is a simple go app built using Gin. It exposes 2 endpoints on port :591
/ and /health. It is used to limit the flow of requests to a grobid service
docker-compose -f docker-compose.yaml up
docker build -t grobids-friend:latest -f ./Dockerfile .
docker run -p 591:8080 --name grobids-friend --rm grobids-friend:latest