From 2f2a95c9dc6a889021baee0ffc6971202d27e4ff Mon Sep 17 00:00:00 2001 From: sudhanshu <40685426+sudhanshu-raj@users.noreply.github.com> Date: Wed, 24 Dec 2025 01:51:59 +0530 Subject: [PATCH] Fix for the cp command of .env in api #1 We don't have .env.local.docker in api and instead of putting things on .env.local , I suggest .env as docker using this only for api environment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa387b9ed..f1d9a1b09 100644 --- a/README.md +++ b/README.md @@ -195,7 +195,7 @@ FIREBASE_MEASUREMENT_ID= - Copy the `.env.docker` file in the `api` directory into `.env` ```bash -cp api/.env.local.docker api/.env.local +cp api/.env.docker api/.env ``` - Update the environment variables in the `.env` file in the `api` directory with your firebase service account credentials and SMTP server details.