File tree Expand file tree Collapse file tree 3 files changed +2
-36
lines changed
Expand file tree Collapse file tree 3 files changed +2
-36
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ $imageName = "document-generation/backend"
3737$fullImageName = " ${registryName} .azurecr.io/${imageName} :${imageTag} "
3838
3939Write-Host " Building Docker image: $fullImageName " - ForegroundColor Yellow
40- docker build -f Dockerfile.backend - t $fullImageName -- platform linux/ amd64 .
40+ docker build -f src / WebApp.Dockerfile - t $fullImageName -- platform linux/ amd64 ./ src
4141if ($LASTEXITCODE -ne 0 ) {
4242 Write-Host " ERROR: Docker build failed" - ForegroundColor Red
4343 exit 1
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ IMAGE_NAME="document-generation/backend"
3636FULL_IMAGE_NAME=" ${REGISTRY_NAME} .azurecr.io/${IMAGE_NAME} :${IMAGE_TAG} "
3737
3838echo " Building Docker image: $FULL_IMAGE_NAME "
39- docker build -f Dockerfile.backend -t " $FULL_IMAGE_NAME " --platform linux/amd64 .
39+ docker build -f src/WebApp.Dockerfile -t " $FULL_IMAGE_NAME " --platform linux/amd64 ./src
4040if [ $? -ne 0 ]; then
4141 echo " ERROR: Docker build failed"
4242 exit 1
You can’t perform that action at this time.
0 commit comments