This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Description
Description
There is a typo in readme file.
for the Network:
docker build . --file ./apps/node/Dockerfile --tag openmined/grid-node:mybuildname
'./apps/node/Dockerfile' should be './apps/network/Dockerfile'. And the path should be ./apps/network, or file missing error happens.
Additional Context
I would like to open a pull request to fix this.