We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dbf2f8 commit fd382d5Copy full SHA for fd382d5
1 file changed
build/azure-devops/buildimages.yaml
@@ -10,7 +10,7 @@ jobs:
10
pool:
11
vmImage: 'ubuntu-16.04'
12
steps:
13
- - bash: docker-compose --project-directory ./src build ${{ parameters.services }}
+ - bash: docker-compose -f src/docker-compose.yml build ${{ parameters.services }}
14
displayName: Compose build ${{ parameters.services }}
15
env:
16
TAG: ${{ variables['Build.SourceBranchName'] }}
@@ -20,7 +20,7 @@ jobs:
20
21
vmImage: 'windows-2019'
22
23
+ - bash: docker-compose f src/docker-compose.yml build ${{ parameters.services }}
24
25
26
0 commit comments