Skip to content

Commit

Permalink
README.md: update steps of running from docker
Browse files Browse the repository at this point in the history
  • Loading branch information
kenplusplus committed Dec 27, 2024
1 parent 038c12d commit da8e9fc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,9 @@ uvicorn gentrade-server.main:app --reload
or
python -m gentrade-server.main
```

- Run from docker

```shell
docker run -p 8000:8000 registry.cn-hangzhou.aliyuncs.com/kenplusplus/gentrade_server

Check warning on line 20 in README.md

View workflow job for this annotation

GitHub Actions / scan_doc

Unknown word (aliyuncs)

Check warning on line 20 in README.md

View workflow job for this annotation

GitHub Actions / scan_doc

Unknown word (kenplusplus)
```

0 comments on commit da8e9fc

Please sign in to comment.