Update README.md

This commit is contained in:
milktea
2019-12-04 20:25:38 +08:00
parent abb10159b9
commit 7e22e2c7cd
+2 -2
View File
@@ -110,14 +110,14 @@ pip 19.2.2 from C:\Users\shmilylty\AppData\Roaming\Python\Python38\site-packages
```shell ```shell
docker pull tardis07/oneforall docker pull tardis07/oneforall
docker run oneforall docker run -it oneforall
``` ```
方法二:从 `Dockerfile` 中构建(同git版) 方法二:从 `Dockerfile` 中构建(同git版)
```shell ```shell
docker build -t oneforall . docker build -t oneforall .
docker run oneforall docker run -it oneforall
``` ```
**✨使用演示** **✨使用演示**