|
|
2 lat temu | |
|---|---|---|
| dockerbuild | 2 lat temu | |
| README.md | 2 lat temu | |
| docker-compose.yaml | 2 lat temu |
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