File size: 103 Bytes
0e8e940
5807f1a
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
FROM openmind000/img2llm:latest

WORKDIR /app

RUN chmod -R 777 /app

EXPOSE 8000

CMD ["npm", "start"]