Skip to content

Commit 5af0331

Browse files
Update LocalDeployment.md
1 parent 129abf7 commit 5af0331

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/LocalDeployment.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,12 @@ The files for the dev container are located in `/.devcontainer/` folder.
102102
103103
6. **Create a `.env` file:**
104104
105-
- Navigate to the `src` folder and create a `.env` file based on the provided `.env.sample` file.
105+
- Navigate to the `src\backend` folder and create a `.env` file based on the provided `.env.sample` file.
106106
107107
7. **Fill in the `.env` file:**
108108
109109
- Use the output from the deployment or check the Azure Portal under "Deployments" in the resource group.
110+
- Make sure to set APP_ENV to "**dev**" in `.env` file.
110111
111112
8. **(Optional) Set up a virtual environment:**
112113

0 commit comments

Comments
 (0)