File size: 151 Bytes
3393d8d
83b074d
 
3393d8d
 
79c7208
3393d8d
1
2
3
4
5
6
7
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"]