Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MishraTanishq619 committed Jun 15, 2024
1 parent cb9fbe9 commit f6f0b86
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,17 @@ Here is the live view of this website. It is hosted on Vercel https://fit-body-d

3. Run `npm start` for starting the server (FitBody is currently running on `localhost:3000`)

#### Using Docker Container

1. At root directory, Run the Docker Compose up Command

```bash
docker-compose -f docker-compose.dev.yaml up
# or
docker-compose -f docker-compose.dev.yaml up --build
```

Your Docker container will be running at `https://localhost:8000/`.


Happy coding :)
Expand Down

0 comments on commit f6f0b86

Please sign in to comment.