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

https://github.com/dodycode/nuxtjs_docker_starter

Nuxt JS Docker Compose Setup
https://github.com/dodycode/nuxtjs_docker_starter

Last synced: 3 months ago
JSON representation

Nuxt JS Docker Compose Setup

Awesome Lists containing this project

README

          

# nuxtjs docker starter
My personal docker setup for any nuxtjs project. For production deployment.

## How to use
- Install Docker compose (https://docs.docker.com/compose/install/)
- Put your nuxtjs project files inside `my_app` folder. Or you can just rename your project directory into `my_app`.
- run `docker-compose build` to build our main app container.
- and finally, run `docker-compose up` or `docker-compose up -d`.

## NOTES
- You can easily change this compose configuration at `docker-compose.yml`