You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2018/05/24 20:51:38 UTC

[GitHub] dangogh closed pull request #2327: updated the Traffic Router docker compose file

dangogh closed pull request #2327: updated the Traffic Router docker compose file
URL: https://github.com/apache/incubator-trafficcontrol/pull/2327
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/.gitignore b/.gitignore
index f7bce0870..737d4c509 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,3 +34,4 @@ traffic_router/*.log
 /dist
 *.pyc
 bin/docker-compose
+/.m2
diff --git a/infrastructure/docker/build/docker-compose.yml b/infrastructure/docker/build/docker-compose.yml
index 8ecf15d10..59b4cf1d5 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:z
 
   traffic_stats_build:
     image: traffic_stats_builder


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services