From ef808cb76ee06764c64da0f158b7ff764d4bc034 Mon Sep 17 00:00:00 2001 From: Ariel Weinberger Date: Mon, 8 Jan 2024 13:49:27 -0800 Subject: [PATCH] Update docs/deployment/docker-compose.mdx --- docs/deployment/docker-compose.mdx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/deployment/docker-compose.mdx b/docs/deployment/docker-compose.mdx index a54229bb..baf933e8 100644 --- a/docs/deployment/docker-compose.mdx +++ b/docs/deployment/docker-compose.mdx @@ -20,13 +20,11 @@ cd pezzo ## Add the necessary environmental variables -Append the environmental variables from the Apps folder to the Pezzo directory +Append the environmental variables from the `apps/` folder to the root directory ```bash cat apps/server/.env >> .env.local cat apps/console/.env >> .env.local -``` - ## Running with Docker Compose Run the following command to start the Pezzo stack: