diff options
| author | Kapil Viren Ahuja <k.v.ahuja@gmail.com> | 2017-02-10 15:25:43 +0530 |
|---|---|---|
| committer | Kapil Viren Ahuja <k.v.ahuja@gmail.com> | 2017-02-10 15:25:43 +0530 |
| commit | 4a2ae2f2145950194d0df03e1a13fcd5ae3b3f0f (patch) | |
| tree | c2827b4ac8eea47a7b74164a4b0877faace6bb74 /docker-compose.yml | |
| parent | 403b09e35496b3fc7cc27d9a692baed5549924b8 (diff) | |
| download | vaindock-4a2ae2f2145950194d0df03e1a13fcd5ae3b3f0f.tar.gz vaindock-4a2ae2f2145950194d0df03e1a13fcd5ae3b3f0f.zip | |
pointed to the folder/scripts inside of vaindock and not on the code project code folder
Diffstat (limited to 'docker-compose.yml')
| -rw-r--r-- | docker-compose.yml | 2 |
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: |
