From 675a8709ef2fe51080f219802ae715869ae67abf Mon Sep 17 00:00:00 2001 From: Hiten Vidhani <60215053+hitenvidhani@users.noreply.github.com> Date: Mon, 16 Sep 2024 22:28:10 +0530 Subject: [PATCH] Update contributing guidelines docker commands (#406) --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 96a7d341..54846200 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -36,8 +36,8 @@ In order to contribute to Astuto, you need to run Astuto on your computer in dev 0. Ensure you have Docker and Docker Compose installed 1. Clone this repository 2. Edit `docker-compose.yml` if you want to change the value of some environment variables. Note that this `docker-compose.yml` is already configured to run Astuto in development mode (`target: dev`). -3. Run `docker-compose build` -4. Run `docker-compose up` +3. Run `docker compose build` +4. Run `docker compose up` 5. You should now have a running instance of Astuto at `localhost:3000`. A default user account has been created with credentials email: `admin@example.com`, password: `password`. ### Technologies