Skip to content

Commit 911d1f8

Browse files
committed
Missed one API subdir
1 parent 09c5829 commit 911d1f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/aca/01-deploy-api-to-aca/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ We will be using Azure CLI to deploy the Web API Backend to ACA as shown in the
178178
179179
```shell
180180
cd ~\TasksTracker.ContainerApps
181-
az acr build --registry $ACR_NAME --image "tasksmanager/$BACKEND_API_NAME" --file 'TasksManager.Backend.Api/Dockerfile' .
181+
az acr build --registry $ACR_NAME --image "tasksmanager/$BACKEND_API_NAME" --file 'TasksTracker.TasksManager.Backend.Api/Dockerfile' .
182182
```
183183
Once this step is completed you can verify the results by going to the Azure portal and checking that a new repository named `tasksmanager/tasksmanager-backend-api` has been created and there is a new docker image with a `latest` tag is created.
184184

0 commit comments

Comments
 (0)