this is one of those case where I started with a perfectly good setup but since it was not working I fiddled around loosing track
basically the app is listening on 8080 and at first I tried
docker run -p 8080:80 omp-ssp-api
instead of
docker run -p 80:8080 omp-ssp-api