You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by da...@apache.org on 2018/05/24 20:51:50 UTC

[incubator-trafficcontrol] 01/04: updated the Traffic Router docker compose file to create a host volume for the .m2 directory to improve build performance

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

dangogh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-trafficcontrol.git

commit e8054968f932a8c16203d4d6b156cde53ae7ceb6
Author: Dewayne Richardson <de...@apache.org>
AuthorDate: Thu May 24 10:06:07 2018 -0600

    updated the Traffic Router docker compose file to create a host volume for the .m2 directory to improve build performance
---
 infrastructure/docker/build/docker-compose.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/infrastructure/docker/build/docker-compose.yml b/infrastructure/docker/build/docker-compose.yml
index 8ecf15d..79f17e5 100644
--- a/infrastructure/docker/build/docker-compose.yml
+++ b/infrastructure/docker/build/docker-compose.yml
@@ -68,6 +68,7 @@ services:
       context: ../../..
     volumes:
       - ../../..:/trafficcontrol:z
+      - ../../../.m2:/root/.m2
 
   traffic_stats_build:
     image: traffic_stats_builder

-- 
To stop receiving notification emails like this one, please contact
dangogh@apache.org.