chokiproai commited on
Commit
d202fc8
1 Parent(s): dca7fbb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,5 +3,5 @@ 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 3000
7
  CMD ["npm", "run", "start"]
 
3
  WORKDIR "GPT4-API"
4
  RUN npm i
5
  RUN npm run build
6
+ EXPOSE 7680
7
  CMD ["npm", "run", "start"]