Skip to content

Commit

Permalink
Ran prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
rmanaem committed Mar 20, 2024
1 parent c8e0a27 commit b9aba15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ To run the query tool locally, you have two options:

but before proceeding with either you need to set the environment variables.

### Mandatory configuration
### Mandatory configuration

| Environment variable | Type | Required | Default value if not set | Example |
| ----------------------------------------------- | ------- | -------- | ------------------------ | -------------------------------- |
Expand Down Expand Up @@ -99,6 +99,7 @@ Then you can access the query tool at http://localhost:5173
**Note**: the query tool is listening on port `5173` inside the docker container,
replace port `5173` by the port you would like to expose to the host.
For example if you'd like to run the tool on port `8000` of your machine you can run the following command:

```bash
docker run -p 8000:5173 --env-file=.env neurobagel/query_tool:latest
```
Expand Down

0 comments on commit b9aba15

Please sign in to comment.