hzwluoye commited on
Commit
ed7e5cc
1 Parent(s): bcf0d67

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
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
  # 设置环境变量,此处为随机字符
 
1
  FROM node:18
2
  RUN git clone https://github.com/Hk-Gosuto/ChatGPT-Next-Web-LangChain.git
3
+ WORKDIR "ChatGPT-Next-Web-LangChain"
4
  RUN npm i # 推荐使用 pnpm i
5
  RUN npm run build
6
  # 设置环境变量,此处为随机字符