Nuxt/examples/docker-build
pooya parsa e7cc2757c3 refactor: update eslint-config to 1.x
Co-authored-by: Alexander Lichter <manniL@gmx.net>
2019-07-10 15:15:49 +04:30
..
assets
components
layouts
middleware
pages
plugins
static
store
.dockerignore
.yarnclean
Dockerfile
nuxt.config.js refactor: update eslint-config to 1.x 2019-07-10 15:15:49 +04:30
package.json
README.md examples: add docker example (#5430) 2019-04-01 02:36:28 +04:30

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