Skip to content

Commit

Permalink
Fix typo in docker build own image (OpenMined#703)
Browse files Browse the repository at this point in the history
  • Loading branch information
nahuakang committed Aug 25, 2020
1 parent a1f3e86 commit 4ad52e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -104,13 +104,13 @@ This will download the latest Openmined Docker images and start a grid platform
If you want to build your own custom images, you may do so using the following command for the Node:

```
docker build . --file ./apps/node/Dockerfile --tag openmined/grid-node:mybuildname
docker build ./apps/node --file ./apps/node/Dockerfile --tag openmined/grid-node:mybuildname
```

Or for the Network:

```
docker build . --file ./apps/node/Dockerfile --tag openmined/grid-node:mybuildname
docker build ./apps/network --file ./apps/network/Dockerfile --tag openmined/grid-network:mybuildname
```

### Manual Start
Expand Down

0 comments on commit 4ad52e3

Please sign in to comment.