File size: 168 Bytes
afecfbd
df34968
afecfbd
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
FROM node:20.9
RUN git clone https://github.com/dark2star/FreeGPT35.git
WORKDIR "FreeGPT35"
RUN npm i 
RUN chmod -R 777 /FreeGPT35
EXPOSE 3040
CMD ["node", "app.js"]