Usage of MakeFile to build project

This commit is contained in:
rishabjasrotia
2023-10-31 18:40:32 +05:30
parent c4b6a8c99f
commit ef9697b9d6
2 changed files with 9 additions and 0 deletions
+6
View File
@@ -83,3 +83,9 @@ You can install all 3 components on digital ocean using the button below -
Visit below link if you face any issues while following the above instructions -
- https://repost.aws/knowledge-center/create-access-key
## Localhost(Docker)
Below are the steps to follow -
- Execute `make build`
+3
View File
@@ -0,0 +1,3 @@
build:
cp .env.example .env
docker compose up -d