Skip to content

Commit

Permalink
Incorrect paths in compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
adventworks committed Jul 10, 2018
1 parent 678e58a commit c8084a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Docker compose file to bring up app and test containers
# See http://docs.microsoft.com/vsts/pipelines/languages/docker for more information
sut:
build: .
dockerfile: Dockerfile.test
links:
- web
web:
build: .
dockerfile: ../Dockerfile

0 comments on commit c8084a7

Please sign in to comment.