FROM node:18 RUN git clone https://github.com/SuiYunsy/NextWeb WORKDIR /NextWeb RUN yarn install RUN yarn build ENV PORT 7860 CMD ["yarn", "start"]