Can lsof show open ports on alpine linux?

I have a spring boot app running in alpine linux listening on port 8080. However, when I do: $ lsof $ lsof -i 8080 it doesn't show the open ports. Do you know what I am doing wrong? It almost seem...