From d4d26713589658325001127bd76d00893318756a Mon Sep 17 00:00:00 2001 From: jadz94 Date: Wed, 13 Nov 2024 16:08:42 +0100 Subject: [PATCH] chore: (ART-10607) polishing --- infra/README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/infra/README.md b/infra/README.md index 4a49e9d..de4d26b 100644 --- a/infra/README.md +++ b/infra/README.md @@ -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 \ No newline at end of file + ./stop.sh + ``` \ No newline at end of file