simple-reverse-proxyThis application is a reverse proxy which redirect http request from {{host}}:8080/api/ to htpp://my-app:8080/Installationdocker build -t simple-reverse-proxy . How run the applicationdocker run -it -dp 8080:8080 simple-reverse-proxy