don’t copy files to /_site (#871)

files in /usr/src/app/allvbuild and /_site are the same. Let’s just serve what’s in /usr/src/app/allvbuild.

Signed-off-by: Adrien Duermael <adrien@duermael.com>
This commit is contained in:
Adrien Duermael 2016-12-13 15:28:42 -08:00 committed by John Mulhausen
parent a3a74e9db3
commit 5b8abceb56
1 changed files with 1 additions and 1 deletions

View File

@ -32,4 +32,4 @@ RUN svn co https://github.com/docker/docker/branches/$ENGINE_BRANCH/docs/referen
&& rm -rf allv && rm -rf allv
# Serve the site, which is now all static HTML # Serve the site, which is now all static HTML
CMD jekyll serve -s /usr/src/app/allvbuild -d /_site --no-watch -H 0.0.0.0 -P 4000 CMD jekyll serve -s /usr/src/app/allvbuild --no-watch -H 0.0.0.0 -P 4000