You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by bt...@apache.org on 2020/11/27 11:10:52 UTC

[james-project] 05/05: Fix docker JPA path in readme documentation

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 0374fd76467c67796597fcbc76ac2a47cff522d4
Author: Pablo Pita <pa...@gmail.com>
AuthorDate: Thu Nov 26 11:55:53 2020 +0100

    Fix docker JPA path in readme documentation
---
 README.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.adoc b/README.adoc
index 1c4fec1..a7c92ae 100644
--- a/README.adoc
+++ b/README.adoc
@@ -114,7 +114,7 @@ To retrieve compiled artifacts, one might mount these volumes:
 
 - --volume $PWD/dockerfiles/run/spring/destination:/spring/destination : is the volume used to get the compiled elements for Spring packaging.
 - --volume $PWD/dockerfiles/run/guice/cassandra/destination:/cassandra/destination : is the volume used to get the compiled elements for Guice Cassandra packaging and Cassandra-LDAP packaging.
-- --volume $PWD/dockerfiles/run/guice/cassandra/destination:/jpa/destination : is the volume used to get the compiled elements for Guice JPA packaging.
+- --volume $PWD/dockerfiles/run/guice/jpa/destination:/jpa/destination : is the volume used to get the compiled elements for Guice JPA packaging.
 - --volume $PWD/swagger:/swagger : is the volume used to get the swagger json files for webadmin documentation.
 
 Some tests needs a DOCKER_HOST environment variable in order to be played, they will be ignored if you don't provide this variable.


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org