Skip to content

Commit fbe083a

Browse files
chore: Update development instructions
Signed-off-by: K Siva Prasad Reddy <sivaprasadreddy.k@gmail.com>
1 parent 1fdc981 commit fbe083a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ $ git clone https://github.com/feature-tracker/feature-tracker-angular.git
8383

8484
```shell
8585
$ cd docker-infra
86-
$ ./local-build.sh
86+
$ task build
8787
```
8888

8989
**3.Start the entire application**
@@ -92,7 +92,7 @@ You can start all the components of the system and their dependent services(Keyc
9292
using Docker Compose by running the following command:
9393

9494
```shell
95-
$ task start
95+
$ task devstart
9696
```
9797

9898
Once all the services have been started, you should be able to invoke API endpoints via API Gateway.

0 commit comments

Comments
 (0)