From 52b9dd6b63eb44f57f14d5d88d08d7cf954dd086 Mon Sep 17 00:00:00 2001 From: Riya Gupta <91771185+guptariya@users.noreply.github.com> Date: Fri, 3 Oct 2025 16:42:32 +0530 Subject: [PATCH] Update README.md fix docker command --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1b8d7ca..dca6a1f 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ https://docs.docker.com/compose/install/ Once you have `docker` and `docker-compose` installed, you can run the following command to start the application: ```bash -docker-compose up -d --build +docker compose up -d --build ``` or using `Bun` @@ -145,4 +145,4 @@ Here we are evaluating your capacity to understand what should be tested and how ## Further Instructions - We expect you to handle errors and edge cases. Understanding what these are and how to handle them is part of the challenge; -- We provided you with a setup to run the API and a Postgres database together using Docker, as well as some sample code to test the database connection. You can change this setup to use any other database you'd like; \ No newline at end of file +- We provided you with a setup to run the API and a Postgres database together using Docker, as well as some sample code to test the database connection. You can change this setup to use any other database you'd like;