Vue press image build

Jolene ee7ec21db9 init пре 2 година
dockerbuild ee7ec21db9 init пре 2 година
README.md ee7ec21db9 init пре 2 година
docker-compose.yaml ee7ec21db9 init пре 2 година

README.md

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