Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tusharkshahi committed Aug 2, 2022
1 parent 9fe94dc commit 82b7845
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,16 +104,15 @@

1. Install Docker Desktop [https://www.docker.com/products/docker-desktop/].
```
2. From the project directory, start up the application by running
2. From the project directory, start up the application by running the given command, compose pulls all the images required ,builds an image for the code, and starts the services. The code is statically copied into the image at build time.
```
docker compose up
```
3. compose pulls all the images required ,builds an image for the code, and starts the services. The code is statically copied into the image at build time.
3. Enter [http://localhost:8000/](http://localhost:6003)(for serving backend) in a browser to see the application running.
```

4. Enter [http://localhost:8000/](http://localhost:6003)(for serving backend) in a browser to see the application running.
http://localhost:8000/
```
5. Stop the application, either by running docker compose down from within your project directory in the second terminal, or by hitting CTRL+C in the original terminal where you started the app.
4. Stop the application, either by running docker compose down from within your project directory in the second terminal, or by hitting CTRL+C in the original terminal where you started the app.
```
...
## Contribution guidelines
Expand Down

0 comments on commit 82b7845

Please sign in to comment.