run in project root with Dockerfile
docker build -t nuxt-example .
Run instance in foreground with exported port 8080
docker run -it --rm -p 8080:3000 nuxt-example
then view
127.0.0.0:8080
no any Response
This question is available on Nuxt.js community (#c1)