Explorar el Código

update README.md

reghao hace 2 meses
padre
commit
cc5f5a6c11
Se han modificado 1 ficheros con 12 adiciones y 0 borrados
  1. 12 0
      README.md

+ 12 - 0
README.md

@@ -15,3 +15,15 @@ pip freeze > requirements.txt
 ```
 pip install -r requirements.txt
 ```
+
+## 构建
+项目根目录下运行此命令:
+```
+docker build -t pyai:12345678 .
+```
+
+## 运行
+项目根目录下运行此命令:
+```
+docker compose up -d
+```