Skip to content

Commit a1571cc

Browse files
committed
add dockerfile
1 parent acaba68 commit a1571cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ chmod +x build.sh
186186
chmod +x run.sh
187187
./run.sh
188188
```
189+
## 11.运行测试
189190
```bash
190191
cd test
191192
go test -v
@@ -199,6 +200,6 @@ docker run -d -p 3306:3306 --name tiktok-mysql -e MYSQL_ROOT_PASSWORD=123456 -e
199200
## 2.拉取 byterhythm:v2.1 镜像并运行
200201
```sh
201202
docker run -it -p 8080-8086:8080-8086/tcp --name byterhythm david945/byterhythm:v2.1
202-
```## 11.运行测试
203+
```
203204

204205

0 commit comments

Comments
 (0)