ci(azure-pipelines): use correct dockerfile for frontend build

This commit is contained in:
Sarah Vaupel 2025-01-15 14:23:54 +01:00
parent 318e9752f2
commit e826856bea

View File

@ -22,7 +22,7 @@ jobs:
inputs:
targetType: inline
script: |
cp docker/backend/Dockerfile .
cp docker/frontend/Dockerfile .
docker build \
--build-arg FROM_IMG=devfra.azurecr.io/de.fraport.build/npm \
--build-arg FROM_TAG=node-20 \