mirror of https://github.com/docker/docs.git
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:
parent
a3a74e9db3
commit
5b8abceb56
|
@ -32,4 +32,4 @@ RUN svn co https://github.com/docker/docker/branches/$ENGINE_BRANCH/docs/referen
|
|||
&& rm -rf allv
|
||||
|
||||
# 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
|
||||
|
|
Loading…
Reference in New Issue