Browse Source

update README.md

reghao 4 weeks ago
parent
commit
cc5f5a6c11
1 changed files with 12 additions and 0 deletions
  1. 12 0
      README.md

+ 12 - 0
README.md

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