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
- Host: GitHub
- URL: https://github.com/mrsunshine/docker-nuxt
- Owner: mrsunshine
- Created: 2017-06-28T08:49:59.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-17T06:09:30.000Z (over 6 years ago)
- Last Synced: 2024-11-01T05:32:53.825Z (7 months ago)
- Topics: docker, docker-image, dockerfile, nuxt, nuxtjs, vue, vue2, vuejs, vuejs2
- Size: 1000 Bytes
- Stars: 78
- Watchers: 5
- Forks: 19
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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