You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2022/06/16 23:46:37 UTC

[commons-crypto] branch sebb-docker updated: Oops, wrong level

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

sebb pushed a commit to branch sebb-docker
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git


The following commit(s) were added to refs/heads/sebb-docker by this push:
     new b54f906  Oops, wrong level
b54f906 is described below

commit b54f906ad5d95ef3561e9b9d0e5da989bce29a1d
Author: Sebb <se...@apache.org>
AuthorDate: Fri Jun 17 00:46:28 2022 +0100

    Oops, wrong level
---
 src/docker/docker-compose.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/docker/docker-compose.yaml b/src/docker/docker-compose.yaml
index 31c54ae..831e73a 100644
--- a/src/docker/docker-compose.yaml
+++ b/src/docker/docker-compose.yaml
@@ -20,5 +20,5 @@ services:
     build: .
     # mount the source and Maven repo
     volumes:
-      - ..:/home/crypto
+      - ../..:/home/crypto
       - ~/.m2/repository:/root/.m2/repository