Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
|
@@ -3,7 +3,6 @@ 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 |
-
|
| 7 |
-
ENV BASE_URL="https://api.chatanywhere.com.cn"
|
| 8 |
EXPOSE 3000
|
| 9 |
CMD ["npm", "run", "start"]
|
|
|
|
| 3 |
WORKDIR "ChatGPT-Next-Web-LangChain"
|
| 4 |
RUN npm i # 推荐使用 pnpm i
|
| 5 |
RUN npm run build
|
| 6 |
+
|
|
|
|
| 7 |
EXPOSE 3000
|
| 8 |
CMD ["npm", "run", "start"]
|