|
|
2 năm trước cách đây | |
|---|---|---|
| dockerbuild | 2 năm trước cách đây | |
| .gitignore | 2 năm trước cách đây | |
| README.md | 2 năm trước cách đây | |
| docker-compose.yaml | 2 năm trước cách đây |
This build the image kinisi/vuepress that provides the following features :
mkdir markdowns - folder to store all the markdowns
version: '3.1'
services:
tpress :
image : kinisi/vuepress
ports : [ 8080:8080 ]
volumes :
- ./markdowns:/vp/docs
command : [ npm , run , docs:dev ]
If the markdowns folder is empty, the image will insert the following into the markdowns folder :
run.sh - build docker image kinisi/vuepress and push to docker,io