summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKapil Viren Ahuja <k.v.ahuja@gmail.com>2017-02-10 15:25:43 +0530
committerKapil Viren Ahuja <k.v.ahuja@gmail.com>2017-02-10 15:25:43 +0530
commit4a2ae2f2145950194d0df03e1a13fcd5ae3b3f0f (patch)
treec2827b4ac8eea47a7b74164a4b0877faace6bb74
parent403b09e35496b3fc7cc27d9a692baed5549924b8 (diff)
downloadvaindock-4a2ae2f2145950194d0df03e1a13fcd5ae3b3f0f.tar.gz
vaindock-4a2ae2f2145950194d0df03e1a13fcd5ae3b3f0f.zip
pointed to the folder/scripts inside of vaindock and not on the code project code folder
-rw-r--r--docker-compose.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 57511ec..3c8c1c0 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -100,7 +100,7 @@ services:
### Python Container
apigrabber:
container_name: vaindock_apigrabber
- build: ../apigrabber
+ build: ./python
volumes_from:
- applications
ports: