Nuxt/examples/docker-build
2023-03-16 06:24:27 -07:00
..
assets
components
layouts
middleware
pages
plugins
static
store
.dockerignore refactor: use nuxt everywhere (#8210) 2020-11-30 23:44:04 +01:00
.yarnclean
Dockerfile
nuxt.config.js refactor: use nuxt everywhere (#8210) 2020-11-30 23:44:04 +01:00
package.json chore(examples): use 2.x version of nuxt instead of latest (#19737) 2023-03-16 06:24:27 -07:00
README.md

docker-build

Build Setup

# Build a nuxt-docker image
$ docker build -t nuxt-docker .

# Run the container for the nuxt-docker image with a exposed port 3000
$ docker run --rm -it -p 3000:3000 nuxt-docker