From 9f490d16c3f6c55206edc3fed34eabef82cadbd3 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Sat, 18 Jan 2025 03:11:12 +0100 Subject: [PATCH] ci(azure-pipelines): provide frontend image with non-terminating entrypoint on compile --- azure-pipelines.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 1f818600e..2fe6df7c4 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -80,6 +80,7 @@ jobs: container: image: devfra.azurecr.io/de.fraport.fradrive.build/frontend:$(Build.BuildNumber) endpoint: devfra + options: --entrypoint yes env: FRADRIVE_MAKE_TARGET: --compile-frontend PROJECT_DIR: /fradrive