mirror of
https://github.com/Chanzhaoyu/chatgpt-web.git
synced 2025-10-16 08:04:50 +00:00
新增docker-compose部署 (#187)
* feat docker-compose deploy * feat docker-compose deploy
This commit is contained in:
15
docker-compose/readme.md
Normal file
15
docker-compose/readme.md
Normal file
@@ -0,0 +1,15 @@
|
||||
### docker-compose 部署教程
|
||||
- 将打包好的前端文件放到 `nginx/html` 目录下
|
||||
- ```shell
|
||||
# 打包启动
|
||||
docker-compose build
|
||||
docker-compose up -d
|
||||
```
|
||||
- ```shell
|
||||
# 查看运行状态
|
||||
docker ps
|
||||
```
|
||||
- ```shell
|
||||
# 结束运行
|
||||
docker-compose down
|
||||
```
|
Reference in New Issue
Block a user