getapi commited on
Commit
8686c8f
·
verified ·
1 Parent(s): 165237b

Delete Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -7
Dockerfile DELETED
@@ -1,7 +0,0 @@
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"]