Skip to content

Commit

Permalink
Merge branch 'main' into docker_compose_update
Browse files Browse the repository at this point in the history
  • Loading branch information
Divyansh200102 authored Oct 14, 2023
2 parents cb3529a + d84cb66 commit 1b89d45
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ Go to [this repository](https://github.com/piyushgarg-dev/review-app) to know mo
b. Move to backend foler : `cd review-app-api`
c. Install and Setup Docker
d. Run Docker in background
e. Run this command to run "docker-compose.yml" file in detach mode : `docker up -d`

e. Run this command to run "docker-compose.yml" file in detach mode for the older version docker: 'docker-compose up -d'
Otherwise, run: 'docker up -d'

f. Setup Backend by running command : `yarn`

2. Create a `.env.local` file in the project's root directory
Expand Down

0 comments on commit 1b89d45

Please sign in to comment.