chatbot-ui-bing / Dockerfile
hf4all
Update Dockerfile
79c7208
raw
history blame
No virus
151 Bytes
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"]