g / Dockerfile
yetey's picture
Create Dockerfile
cfe4f4e verified
FROM node:18
RUN git clone https://github.com/SuiYunsy/NextWeb-LangChain
WORKDIR /NextWeb-LangChain
RUN yarn install
RUN yarn build
ENV PORT 7860
CMD ["yarn", "start"]