From f140342e2d2c3534ebb019639b7646b90bd392f0 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Mon, 13 Jan 2025 19:00:50 +0100 Subject: [PATCH] ci(azure-pipelines): use Dockerfile in root dir --- azure-pipelines.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 946812b9f..3eda3598e 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -30,6 +30,7 @@ jobs: pwd ls -a . ls -a $(Build.Repository.LocalPath) + cp docker/backend/Dockerfile . docker build \ --build-arg HTTPS_PROXY=http://proxy.frankfurt-airport.de:8080 \ --build-arg HTTP_PROXY=http://proxy.frankfurt-airport.de:8080 \ @@ -37,7 +38,7 @@ jobs: --build-arg FROM_IMG=devfra.azurecr.io/de.fraport.build/haskell \ --build-arg MOUNT_DIR=$(Build.Repository.LocalPath) \ --build-arg PROJECT_DIR=/fradrive \ - --file docker/backend/Dockerfile + . - task: Docker@2 name: dockerLoginDevFra displayName: Docker Login to devfra