Skip to content

Commit

Permalink
Update containerization.md
Browse files Browse the repository at this point in the history
Small typo ("arbon" => "Carbon")

Signed-off-by: Richard Jackson <[email protected]>
  • Loading branch information
jacksorjacksor committed Jan 4, 2024
1 parent d8247a2 commit c0e56ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/containerization.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ repository (e.g \<your-username>/my-private-repo)
```sh
docker login <myacrname>.azurecr.io -u username -p <CopiedKeyFromAzurePortal>
cd ./$(git rev-parse --show-cdup)/src
docker build -t <myacrname>.azurecr.io/carbon_aware:v1 -f arbonAware.WebApi/src/Dockerfile .
docker build -t <myacrname>.azurecr.io/carbon_aware:v1 -f CarbonAware.WebApi/src/Dockerfile .
docker push <myacrname>.azurecr.io/carbon_aware:v1
```
Expand Down

0 comments on commit c0e56ba

Please sign in to comment.