From f82e8fa06d3e07f12c9b141858b51dbbdb982293 Mon Sep 17 00:00:00 2001 From: Kfir Dayan Date: Mon, 22 Jan 2024 15:38:39 +0200 Subject: [PATCH] README.md has added --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5dbb86e..0014734 100644 --- a/README.md +++ b/README.md @@ -37,10 +37,10 @@ To get the project up and running, follow the instructions below. 1. Clone the repository: - ```bash - git clone https://github.com/your-username/tiny-url-microservice.git - cd tiny-url-microservice - docker-compose -f docker-compose.yaml up -d --build + ```bash + git clone https://github.com/your-username/tiny-url-microservice.git + cd tiny-url-microservice + docker-compose -f docker-compose.yaml up -d --build ``` Your Nest.js server should now be running on port as like the port from the .env file.