mirror of
https://github.com/Chanzhaoyu/chatgpt-web.git
synced 2025-07-20 03:22:09 +00:00
添加 docker 镜像打包部署脚本 (#27)
* 删除env * 修改生产依赖安装缺失。 * 添加docker镜像构建 * no message * 修改超时时间。 * 修复镜像构建错误。 * 修改环境变量获取baseapi * 修改前端链接获取位置。 * 删除默认env * 添加会 .env 文件,但是注释掉。 * 使用默认 api。 * 添加前端调试和部署路由兼容。 * 删除key * Update .env * Delete build_docker.yml 暂时不做 `git hooks` 处理 * Delete .gitignore * Delete Dockerfile 工作路径好像有点错误,先不合并 * Delete build.sh 工作路径好像有点错误,先不合并 --------- Co-authored-by: 王金海(haha.wang) <wanghaha@huolala.cn> Co-authored-by: haha.wang <haha.wang@huolala.cn> Co-authored-by: Redon <790348264@qq.com>
This commit is contained in:
@@ -24,6 +24,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"chatgpt": "^4.3.2",
|
||||
"dotenv": "^16.0.3",
|
||||
"esno": "^0.16.3",
|
||||
"express": "^4.18.2",
|
||||
"isomorphic-fetch": "^3.0.0"
|
||||
},
|
||||
@@ -31,9 +33,7 @@
|
||||
"@antfu/eslint-config": "^0.35.2",
|
||||
"@types/express": "^4.17.17",
|
||||
"@types/node": "^18.13.0",
|
||||
"dotenv": "^16.0.3",
|
||||
"eslint": "^8.34.0",
|
||||
"esno": "^0.16.3",
|
||||
"rimraf": "^4.1.2",
|
||||
"tsup": "^6.6.2",
|
||||
"typescript": "^4.9.5"
|
||||
|
Reference in New Issue
Block a user