hzwluoye commited on
Commit
bcf0d67
·
1 Parent(s): 70c9055

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -3
Dockerfile CHANGED
@@ -1,10 +1,9 @@
1
  FROM node:18
2
- RUN git clone https://github.com/Yidadaa/ChatGPT-Next-Web.git
3
  WORKDIR "ChatGPT-Next-Web"
4
  RUN npm i # 推荐使用 pnpm i
5
  RUN npm run build
6
  # 设置环境变量,此处为随机字符
7
- ENV BASE_URL="https://ai.fakeopen.com"
8
- ENV OPENAI_API_KEY="pk-this-is-a-real-free-pool-token-for-everyone"
9
  EXPOSE 3000
10
  CMD ["npm", "run", "start"]
 
1
  FROM node:18
2
+ RUN git clone https://github.com/Hk-Gosuto/ChatGPT-Next-Web-LangChain.git
3
  WORKDIR "ChatGPT-Next-Web"
4
  RUN npm i # 推荐使用 pnpm i
5
  RUN npm run build
6
  # 设置环境变量,此处为随机字符
7
+ ENV BASE_URL="https://api.chatanywhere.com.cn"
 
8
  EXPOSE 3000
9
  CMD ["npm", "run", "start"]