You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Redon
0fdf75eba0
* feat: 添加 OPENAI_API_BASE_URL 可选参数[#249] * fix: 生成的代码块不能复制的问题[#251][#260] * perf: 限制高分屏上的宽度[#257] * perf: 文字按单词换行[#215][#225] * perf: highlight.js 新语法警告 * fix: 移动端输入框不会被键盘弹起[#256] * chore: 更新文档 * chore: version 2.9.2 |
2 years ago | |
---|---|---|
.. | ||
nginx | 2 years ago | |
docker-compose.yml | 2 years ago | |
readme.md | 2 years ago |
readme.md
docker-compose 部署教程
- 将打包好的前端文件放到
nginx/html
目录下 -
# 打包启动 docker-compose build docker-compose up -d
-
# 查看运行状态 docker ps
-
# 结束运行 docker-compose down