ci(azure-pipelines): use correct dockerfile for frontend build
This commit is contained in:
parent
318e9752f2
commit
e826856bea
@ -22,7 +22,7 @@ jobs:
|
|||||||
inputs:
|
inputs:
|
||||||
targetType: inline
|
targetType: inline
|
||||||
script: |
|
script: |
|
||||||
cp docker/backend/Dockerfile .
|
cp docker/frontend/Dockerfile .
|
||||||
docker build \
|
docker build \
|
||||||
--build-arg FROM_IMG=devfra.azurecr.io/de.fraport.build/npm \
|
--build-arg FROM_IMG=devfra.azurecr.io/de.fraport.build/npm \
|
||||||
--build-arg FROM_TAG=node-20 \
|
--build-arg FROM_TAG=node-20 \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user