FROM node:18 RUN https://github.com/mckaywrigley/chatbot-ui WORKDIR "chatbot-ui" RUN npm i RUN npm run build ENV PORT 7860 CMD ["npm", "run", "start"]