From 99a1950d441daeeddc31c6cef2c1236e0f96d821 Mon Sep 17 00:00:00 2001 From: LEE HAESUNG <102472529+JungangHighschool@users.noreply.github.com> Date: Mon, 4 Sep 2023 00:14:33 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```