An open API service indexing awesome lists of open source software.

https://github.com/mrsunshine/docker-nuxt

Docker image to run NUXT.js application in production mode
https://github.com/mrsunshine/docker-nuxt

docker docker-image dockerfile nuxt nuxtjs vue vue2 vuejs vuejs2

Last synced: 2 months ago
JSON representation

Docker image to run NUXT.js application in production mode

Awesome Lists containing this project

README

        

# Docker NUXT.js

This image is based on node alpine. It build's and run's a NUXT application in production mode.

## Usage

In your NUXT project add the following to your `Dockerfile`:

```
FROM mrsunshine/nuxt
```

## Image on Docker Hub

https://hub.docker.com/r/mrsunshine/nuxt/

## License

MIT