nuxt/hackernews

use docker error

wsdo opened this issue · 0 comments

wsdo commented

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)