Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TueeNguyen committed Feb 10, 2022
1 parent 27099c8 commit d7002a8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/api/parser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ pnpm install

## Usage

# dev mode with automatic restarts
### dev mode with automatic restarts

```
pnpm start
```
Expand All @@ -26,4 +27,7 @@ By default the server is running on <http://localhost:10000/>.

- To build and tag: `docker build . -t telescope_parser_svc:latest`
- To run locally: `docker run -p 10000:10000 telescope_parser_svc:latest`

```
```

0 comments on commit d7002a8

Please sign in to comment.