ci(azure-pipelines): provide frontend image with non-terminating entrypoint on compile
This commit is contained in:
parent
aa44d6fe9c
commit
9f490d16c3
@ -80,6 +80,7 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: devfra.azurecr.io/de.fraport.fradrive.build/frontend:$(Build.BuildNumber)
|
image: devfra.azurecr.io/de.fraport.fradrive.build/frontend:$(Build.BuildNumber)
|
||||||
endpoint: devfra
|
endpoint: devfra
|
||||||
|
options: --entrypoint yes
|
||||||
env:
|
env:
|
||||||
FRADRIVE_MAKE_TARGET: --compile-frontend
|
FRADRIVE_MAKE_TARGET: --compile-frontend
|
||||||
PROJECT_DIR: /fradrive
|
PROJECT_DIR: /fradrive
|
||||||
|
|||||||
Reference in New Issue
Block a user