From 0690beb2be32f04870bbf89af4209423803f399d Mon Sep 17 00:00:00 2001 From: Shubham Upreti Date: Sat, 22 Aug 2020 17:48:54 +0530 Subject: [PATCH] PR review implemented --- docs/installation/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/docker.md b/docs/installation/docker.md index f9050e8f716..0714be9f987 100644 --- a/docs/installation/docker.md +++ b/docs/installation/docker.md @@ -13,7 +13,7 @@ You will need the following things properly installed on your computer. * `cd open-event-frontend` * `cp .env.example .env` -* `docker-compose up --build -d` +* `docker-compose up -d` * Visit your app at [http://localhost:4200](http://localhost:4200)