|
|
il y a 2 ans | |
|---|---|---|
| dockerbuild | il y a 2 ans | |
| README.md | il y a 2 ans | |
| docker-compose.yaml | il y a 2 ans |
run.sh - build docker image kinisi/vuepress and push to docker,io
Samle docker-compose - slower at first run to initialise
version: '3.3'
services:
vuepress :
image: kinisi/vuepress
container_name : vuepress
restart : always
# volumes:
# - ./docs:/vp/docs
ports :
- 8088:8080
command : [ 'npm' , 'run' , 'docs:dev' ]
working_dir: /vp