Skip to content

Commit

Permalink
Update docs base description
Browse files Browse the repository at this point in the history
  • Loading branch information
johndmulhausen committed May 25, 2017
1 parent 4ece938 commit f95cccd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM docs/docker.github.io:docs-base

# docs-base contains: GitHub Pages, nginx, and the docs archives, running on
# Debian Jesse. See the contents of docs-base at:
# docs-base contains: GitHub Pages, nginx, wget, svn, and the docs archives,
# running on Alpine. See the contents of docs-base at:
# https://github.com/docker/docker.github.io/tree/docs-base

# First, build non-edge (all of this is duplicated later -- that is on purpose)
Expand Down Expand Up @@ -32,4 +32,3 @@ RUN md_source/_scripts/fetch-upstream-resources.sh \
&& rm -rf target/apidocs/layouts \
&& find target -type f -name '*.html' -print0 | xargs -0 sed -i 's#href="https://docs.docker.com/#href="/#g' \
&& rm -rf md_source

0 comments on commit f95cccd

Please sign in to comment.