mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
e7cc2757c3
Co-authored-by: Alexander Lichter <manniL@gmx.net> |
||
---|---|---|
.. | ||
assets | ||
components | ||
layouts | ||
middleware | ||
pages | ||
plugins | ||
static | ||
store | ||
.dockerignore | ||
.yarnclean | ||
Dockerfile | ||
nuxt.config.js | ||
package.json | ||
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