Skip to content

Commit e261db6

Browse files
Update DeploymentGuide.md
1 parent 707f4cb commit e261db6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/DeploymentGuide.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,11 +345,12 @@ The files for the dev container are located in `/.devcontainer/` folder.
345345
346346
5. **Create a `.env` file:**
347347
348-
- Navigate to the `src` folder and create a `.env` file based on the provided `.env.sample` file.
348+
- Navigate to the `src\backend` folder and create a `.env` file based on the provided `.env.sample` file.
349349
350350
6. **Fill in the `.env` file:**
351351
352352
- Use the output from the deployment or check the Azure Portal under "Deployments" in the resource group.
353+
- Make sure to set APP_ENV to "**dev**" in `.env` file.
353354
354355
7. **(Optional) Set up a virtual environment:**
355356

0 commit comments

Comments
 (0)