README.md has added

This commit is contained in:
Kfir Dayan 2024-01-22 15:38:39 +02:00
parent 0e742570ab
commit f82e8fa06d

View file

@ -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.