Spaces:
Build error
Build error
Update Dockerfile
Browse files- 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 |
# 设置环境变量,此处为随机字符
|