Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
m3nax committed Mar 18, 2024
1 parent e30f641 commit dda289b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions orleans/ShoppingCart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ Before deploying to Azure, make sure you complete the following steps:

### Build docker image locally

1. Install Docker Desktop
2. Run to build the docker image `docker build -t orleans-shopping-cart -f Silo/Dockerfile .`
1. Install Docker Desktop from [Docker Hub](https://hub.docker.com/editions/community/docker-ce-desktop-windows)
2. Run `docker build -t orleans-shopping-cart -f Silo/Dockerfile .` to build the docker image locally

### Acknowledgements

Expand Down

0 comments on commit dda289b

Please sign in to comment.