Update architecture-overview.md

Command to build docker image has been fixed

Signed-off-by: patrickalvesvv <74733982+patrickalvesvv@users.noreply.github.com>
This commit is contained in:
patrickalvesvv
2022-07-05 12:15:53 -03:00
committed by GitHub
parent acd9a9f00c
commit fc0e575840
+2 -1
View File
@@ -341,7 +341,8 @@ separate Docker images.
The backend container can be built by running the following command:
```bash
yarn run docker-build
yarn run build
yarn run build-image
```
This will create a container called `example-backend`.