Running a custom App from AWS ECS

Hello,

Trying to run a docker container for a Shopify custom extension App from AWS ECS

Entire part works fine except when Shopify extension serve is executed.

The command outputs:

shopify extension serve

Please open this URL in your browser:

https://accounts.shopify.com/oauth/authorize?client_id….

I don’t have a browser on this machine and hence, things get ugly with the security setup when I try to workaround getting a browser access. Is there a better way to setup authorization without having the need to open a browser?

Thanks in advance.