This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
# 运行
## 构建后端docker镜像
进入Dockerfile所在目录执行命令:
```
docker build -t ai-demo-platform-server:1.0.0 .
```
## 启动后端服务
```shell
docker run -itd --name ai-demo-platform-server -v /data/ai-platform/server:/data/ai-platform/web/ -p 9908:9908 ai-demo-platform-server:1.0.0