This is an automated email from the ASF dual-hosted git repository.

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit a5892fbfb9bd424713711a35ff6e9fb89f942718
Author: Benoit Tellier <[email protected]>
AuthorDate: Wed Jun 23 11:51:39 2021 +0700

    JAMES-3603 Antora: Fix website guide
---
 docs/modules/community/pages/website.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/modules/community/pages/website.adoc 
b/docs/modules/community/pages/website.adoc
index 0cd130a..c829a26 100644
--- a/docs/modules/community/pages/website.adoc
+++ b/docs/modules/community/pages/website.adoc
@@ -20,7 +20,7 @@ You can alternatively use a docker container to build the 
website :
 
 You need to build the homepage by:
 
-    $ docker build -t james/homepage dockerfiles/site/homepage
+    $ docker build -t james/homepage src/homepage
     $ docker run -v $PWD:/origin -v $PWD/site:/destination james/homepage 
master
 
 In order to test the homepage, you can use this command:
@@ -31,7 +31,7 @@ the site will be available at http://localhost:4000/
 
 Then you build the other pages by:
 
-    $ docker build -t james/site dockerfiles/site/website
+    $ docker build -t james/site src/site
     $ docker run -v $PWD/.m2:/root/.m2 -v $PWD:/origin -v 
$PWD/site:/destination james/site master
 
 If you need to update the current site, checkout the branch asf-site from 
Apache git:

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to