getapi commited on
Commit
661878f
·
verified ·
1 Parent(s): 22d6d8c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -2
Dockerfile CHANGED
@@ -1,7 +1,9 @@
1
  FROM node:20
2
- RUN git clone https://github.com/chokiproai/GPT4-API # https://github.com/prolapser/GPT4-API.git
3
  WORKDIR "GPT4-API"
4
  RUN npm i
5
  RUN npm run build
6
  EXPOSE 7680
7
- CMD ["npm", "run", "start"]
 
 
 
1
  FROM node:20
2
+ RUN git clone https://github.com/chokiproai/GPT4-API.git
3
  WORKDIR "GPT4-API"
4
  RUN npm i
5
  RUN npm run build
6
  EXPOSE 7680
7
+ CMD ["npm", "run", "start"]
8
+
9
+ #https://github.com/prolapser/GPT4-API