Skip to content

Commit ab94951

Browse files
committed
chore: Update README.
1 parent eda6be6 commit ab94951

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,10 @@ We can use Docker to run dockerized **client** and **server** apps for local dev
143143
### Docker for Localhost Development
144144

145145
1. Set-up the environment variables and firebase configuration file for the **/client** app.
146-
- Create (your own) `firebase.config.js` file under `/client/utils/firebase/firebase.config.js` as advised on **Installation - client # 2.**
147-
- Create the `.env` file under the **/client** directory as advised on **Installation - client # 3.**
146+
- Create (your own) `firebase.config.js` file under `/client/utils/firebase/firebase.config.js` as advised on [**Installation - client # 2**](#client).
147+
- Create the `.env` file under the **/client** directory as advised on [**Installation - client # 3**](#client).
148148
2. Set-up the environment variables for the **/server** app.
149-
- Create the `.env` file under the **/server** directory as advised on **Installation - server # 3.**
149+
- Create the `.env` file under the **/server** directory as advised on [**Installation - server # 3**](#server).
150150
3. Build the client and server docker services for localhost development.
151151
- `docker-compose -f docker-compose-dev.yml build`
152152
- > **INFO:** Building the images for localhost development takes a while, around ~7min+.
@@ -171,9 +171,9 @@ The following docker-compose commands build small client and server images targe
171171
- `docker-compose -f docker-compose-prod.yml push`
172172
4. Create and start the client and server containers.
173173
`docker-compose -f docker-compose-prod.yml up`
174-
5. Launch the dockerized (dev) client app on
174+
5. Launch the dockerized (prod) client app on
175175
`http://localhost:3000`
176-
6. Launch the dockerized (dev) server app's API documentation on
176+
6. Launch the dockerized (prod) server app's API documentation on
177177
`http://localhost:3001/docs`
178178
7. Stop and remove containers, networks, images and volumes:
179179
`docker-compose -f docker-compose-prod.yml down`

0 commit comments

Comments
 (0)