-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from atorber/dev
优化dockerfile
- Loading branch information
Showing
21 changed files
with
1,860 additions
and
804 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
HTTP_PORT=9503 | ||
WS_PORT=9504 | ||
OPENAI_API_KEY=ADD_YOUR_VALUE | ||
OPENAI_API_BASE_URL=https://api.openai-proxy.com | ||
OPENAI_MODEL=gpt-3.5-turbo | ||
OPENAI_ENDPOINT=https://api.openai-proxy.com/v1/chat/completions | ||
ADMIN_ROOMID=ADD_YOUR_VALUE | ||
ADMIN_WXID=ADD_YOUR_VALUE | ||
BAIDUVOP_AK=ADD_YOUR_VALUE | ||
BAIDUVOP_SK=ADD_YOUR_VALUE | ||
WECHATY_PUPPET=wechaty-puppet-wechat4u | ||
WECHATY_TOKEN=ADD_YOUR_VALUE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# 使用官方Node.js 16镜像(包含基于Ubuntu的节点环境) | ||
FROM node:16 | ||
FROM node:16-alpine | ||
|
||
# 安装需要的软件 | ||
RUN apt-get update && \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.