File size: 156 Bytes
8ff01d7
c69f597
 
075bbe6
 
4081f95
075bbe6
1
2
3
4
5
6
7
FROM node:19
RUN git clone https://github.com/lobehub/lobe-chat.git
WORKDIR "lobe-chat"
RUN npm i 
RUN npm run build
EXPOSE 3000
CMD ["npm", "run", "start"]