README: Change git URL in Docker Quick Run

Signed-off-by: Yonle <yonle@lecturify.net>
This commit is contained in:
Yonle 2023-11-12 20:27:50 +07:00
parent 5595507696
commit 392087a397

View File

@ -46,7 +46,7 @@ tmux new -d "node index.js"
## Docker
### Quick Run
```
git clone https://github.com/mroxso/bostr
git clone https://github.com/Yonle/bostr
cd bostr
docker build -t bostr:local .
docker run --rm --name bostr -p 8080:8080 -v ./config.js:/usr/src/app/config.js bostr:local