supercyx3/naga
0
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 start1FROM 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