Skip to content

Commit

Permalink
don’t copy files to /_site (docker#871)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Adrien Duermael authored and johndmulhausen committed Dec 13, 2016
1 parent a3a74e9 commit 5b8abce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5b8abce

Please sign in to comment.