Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
FROM node:18
|
| 2 |
-
|
| 3 |
-
RUN git clone https://github.com/OmkarShinde1996/ChatGPT-Plugins.git
|
| 4 |
WORKDIR "ChatGPT-Plugins"
|
| 5 |
RUN npm i
|
| 6 |
RUN npm run build
|
|
|
|
| 1 |
FROM node:18
|
| 2 |
+
RUN git clone https://github.com/chokiproai/ChatGPT-Plugins.git
|
| 3 |
+
# RUN git clone https://github.com/OmkarShinde1996/ChatGPT-Plugins.git
|
| 4 |
WORKDIR "ChatGPT-Plugins"
|
| 5 |
RUN npm i
|
| 6 |
RUN npm run build
|