Repository: kylin Updated Branches: refs/heads/document ebd561c42 -> 2829730ac
Revert "use docker build document" This reverts commit ebd561c423d55e326dbf5ab7dabcd999b5811749. Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/003769b6 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/003769b6 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/003769b6 Branch: refs/heads/document Commit: 003769b6ca15260a1795626af8d296e470a1c310 Parents: ebd561c Author: shaofengshi <shaofeng...@apache.org> Authored: Tue Dec 5 14:24:16 2017 +0800 Committer: shaofengshi <shaofeng...@apache.org> Committed: Tue Dec 5 14:24:16 2017 +0800 ---------------------------------------------------------------------- website/Dockerfile | 4 ---- website/Makefile | 13 ------------- 2 files changed, 17 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/003769b6/website/Dockerfile ---------------------------------------------------------------------- diff --git a/website/Dockerfile b/website/Dockerfile deleted file mode 100644 index 56ff437..0000000 --- a/website/Dockerfile +++ /dev/null @@ -1,4 +0,0 @@ -FROM jekyll/jekyll:2.5.3 - -RUN gem install jekyll-multiple-languages -v 1.0.11 -RUN gem install rouge -v 3.0.0 http://git-wip-us.apache.org/repos/asf/kylin/blob/003769b6/website/Makefile ---------------------------------------------------------------------- diff --git a/website/Makefile b/website/Makefile deleted file mode 100644 index 1b59583..0000000 --- a/website/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash - -docker.build: - docker build -f Dockerfile -t kylin-document:latest . - -document.build: - docker run --volume="$(shell pwd):/srv/jekyll" --rm -it kylin-document:latest jekyll build - -runserver: - docker run --volume="$(shell pwd):/srv/jekyll" -p 4000:4000 --rm -it kylin-document:latest jekyll server --watch - -clean: - rm -rf _site