File size: 197 Bytes
30eee6d
661878f
30eee6d
 
 
 
661878f
 
 
1
2
3
4
5
6
7
8
9
FROM node:20
RUN git clone https://github.com/chokiproai/GPT4-API.git
WORKDIR "GPT4-API"
RUN npm i 
RUN npm run build
EXPOSE 7680
CMD ["npm", "run", "start"]

#https://github.com/prolapser/GPT4-API