Skip to content

Commit

Permalink
Update README.md (#8979)
Browse files Browse the repository at this point in the history
before building, need to run yarn first

### Description

<!--
  ✍️ Write a short summary of your work.
  If necessary, include relevant screenshots.
-->

### Testing Instructions

<!--
  Give a quick description of steps to test your changes.
-->
  • Loading branch information
Aditya0257 authored Aug 15, 2024
1 parent 1dbbf73 commit 9008272
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/with-docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ Each package/app is 100% [TypeScript](https://www.typescriptlang.org/).
This repo is configured to be built with Docker, and Docker compose. To build all apps in this repo:

```
# Install dependencies
yarn install
# Create a network, which allows containers to communicate
# with each other, by using their container name as a hostname
docker network create app_network
Expand Down

0 comments on commit 9008272

Please sign in to comment.