I managed to start up the server and testing with both NGROK and localhost. However, it seems like the server isn’t returning anything? I’m just doing a basic
app.get("*", (req, res) => { return "Hello World"; });
to test if it works. docker ps shows 0.0.0.0:8080->8080/tcp.