Flowise / Dockerfile
hassanabbas-karbalai's picture
Update Dockerfile
d523306 verified
raw
history blame
86 Bytes
FROM node:18-bullseye
RUN npm install -g flowise
EXPOSE 7860
CMD ["flowise", "start"]