img2llm / Dockerfile
krin002's picture
Update Dockerfile
0e8e940 verified
raw
history blame contribute delete
103 Bytes
FROM openmind000/img2llm:latest
WORKDIR /app
RUN chmod -R 777 /app
EXPOSE 8000
CMD ["npm", "start"]