Skip to content

Commit

Permalink
chore: (ART-10607) polishing
Browse files Browse the repository at this point in the history
  • Loading branch information
jadz94 committed Nov 13, 2024
1 parent 7d29339 commit d4d2671
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions infra/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,14 @@ SPDX-License-Identifier: CC-BY-4.0
-->
## To Run the application locally

* Add a new file in infra/config named .env.secrets same as the content in the template just update the secret
* Create a new file named .env.secrets in infra/config by copying .env.secrets.template and updating the secret values
* To build and start the docker image using your local changes Run the script
```bash
./start.sh


```bash
./start.sh
```
* To stop the application run the below script

```bash
./stop.sh
./stop.sh
```

0 comments on commit d4d2671

Please sign in to comment.