CoolFace
Apppublic

supercyx3/naga

sourceHugging Facemitupdated 3y agoView on Hugging Face
0likes
Dockerfile9 linesDownload Raw Back to root
1FROM node:182RUN git clone https://github.com/supercyx3/ChatGPT-Next-Web-LangChain.git3WORKDIR "ChatGPT-Next-Web-LangChain"4 5RUN yarn install && yarn build6# 设置环境变量7#ENV BASE_URL=https://api.nova-oss.com8EXPOSE 30009CMD yarn start