diff --git a/README.md b/README.md index 8e232dd..7bd703b 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ EJS-Be is a nestJs-based backend server that enables EJP ecosystem. In order for ``` 2. Navigate to the cloned directory and build ejs-be image. ```bash - cd ejp-be && git checkout ejp-deploy (use deploy branch) + cd ejp-be && git checkout ejp-deploy # (use deploy branch) docker-compose -f docker-compose.prod.yml build ```