https://github.com/codemonauts/docker-vuepress
Docker image for local Vuepress editing
https://github.com/codemonauts/docker-vuepress
Last synced: 2 months ago
JSON representation
Docker image for local Vuepress editing
- Host: GitHub
- URL: https://github.com/codemonauts/docker-vuepress
- Owner: codemonauts
- License: mit
- Created: 2019-12-21T08:17:20.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-25T13:21:01.000Z (almost 6 years ago)
- Last Synced: 2025-01-18T07:12:03.459Z (about 1 year ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vuepress
## Installation
``` bash
docker build -t codemonauts/vuepress .
```
or
``` bash
docker pull codemonauts/vuepress
```
## Usage
``` bash
cd your-vuepress
docker run --rm -it -v ${PWD}:/local -p 8080:8080 codemonauts/vuepress
```
This will install the dependencies and then serve the content on port 8080.