@@ -143,10 +143,10 @@ We can use Docker to run dockerized **client** and **server** apps for local dev
143143### Docker for Localhost Development
144144
1451451 . 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 ) .
1481482 . 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 ) .
1501503 . 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 `
1721724 . 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 `
1781787 . Stop and remove containers, networks, images and volumes:
179179` docker-compose -f docker-compose-prod.yml down `
0 commit comments