mirror of https://github.com/docker/docs.git
Dockerfile: update to gh-pages 198
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
b7d91ae175
commit
2f2ce53a51
|
@ -24,9 +24,7 @@ ARG ENABLE_ARCHIVES=true
|
||||||
###
|
###
|
||||||
# Set up base stages for building and deploying
|
# Set up base stages for building and deploying
|
||||||
###
|
###
|
||||||
|
FROM starefossen/github-pages:198 AS builderbase
|
||||||
# Get basic configs and Jekyll env
|
|
||||||
FROM docs/docker.github.io:docs-builder AS builderbase
|
|
||||||
ENV TARGET=/usr/share/nginx/html
|
ENV TARGET=/usr/share/nginx/html
|
||||||
WORKDIR /usr/src/app/md_source/
|
WORKDIR /usr/src/app/md_source/
|
||||||
|
|
||||||
|
|
2
Gemfile
2
Gemfile
|
@ -39,5 +39,5 @@ source "https://rubygems.org"
|
||||||
# live site deploy, which uses the Dockerfiles found in the publish-tools
|
# live site deploy, which uses the Dockerfiles found in the publish-tools
|
||||||
# branch.
|
# branch.
|
||||||
|
|
||||||
gem "github-pages", "177"
|
gem "github-pages", "198"
|
||||||
gem 'wdm' if Gem.win_platform?
|
gem 'wdm' if Gem.win_platform?
|
||||||
|
|
Loading…
Reference in New Issue