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
- Host: GitHub
- URL: https://github.com/dodycode/nuxtjs_docker_starter
- Owner: dodycode
- Created: 2022-04-29T16:28:52.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-01T04:47:30.000Z (about 4 years ago)
- Last Synced: 2025-05-19T01:37:52.601Z (about 1 year ago)
- Size: 2.93 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`