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 fix(examples): fix Dockerfile casing (#5705) 2019-05-12 11:03:35 +04:30
nuxt.config.js refactor: update eslint-config to 1.x 2019-07-10 15:15:49 +04:30
package.json chore: remove unused dependency cross-env 2019-05-24 12:31:55 +01: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