1
0

Vue press image build

root dbdc9f6c92 ignore swp files 1 год назад
dockerbuild dbdc9f6c92 ignore swp files 1 год назад
.gitignore 92f892dca5 cp 2 лет назад
README.md dbdc9f6c92 ignore swp files 1 год назад
docker-compose.yaml ee7ec21db9 init 2 лет назад

README.md

Intro

This build the image kinisi/vuepress that provides the following features :

  • search facility
  • use of tabs as in demo/page2
  • use of Viz for graph as in demo/page2

Usage

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 :

  • README.md
  • demo folder

Building

dockerbuild/build.sh - build docker image kinisi/vuepress and push to docker,io