Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
FROM node:20
|
| 2 |
-
RUN git clone https://github.com/prolapser/GPT4-API.git
|
| 3 |
WORKDIR "GPT4-API"
|
| 4 |
RUN npm i
|
| 5 |
RUN npm run build
|
|
|
|
| 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
|