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 ``` - extract the docs folder and replace with with my own - access at host:8088