README.md has added
This commit is contained in:
parent
0e742570ab
commit
f82e8fa06d
1 changed files with 4 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue