From 740ef0f74803a749184cf5370c5539e8b578efa7 Mon Sep 17 00:00:00 2001 From: gibbyb Date: Fri, 28 Feb 2025 12:01:28 -0600 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b28b754..3f1d46c 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,9 @@ Theo solved this by doing all of the work client side. Once you've went to https 2. Fill out the .env.example file & rename it to .env 3. Run `pnpm install` from the root of the repo 4. Run `pnpm build` from the root of the repo -5. Navigate to the docker folder & run `docker-compose up -d` +5. Navigate to the docker folder & run `sudo docker-compose up -d` ### How to update the website 1. Run `pnpm build` from the root of the repo -2. Navigate to the docker folder & run `docker-compose up -d` +2. Navigate to the docker folder & run `sudo docker compose down && sudo docker-compose up -d`