Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
FROM node:19
|
| 2 |
-
RUN git clone https://github.com/
|
| 3 |
WORKDIR "ChatGPT-with-Plugins"
|
| 4 |
RUN yarn install && yarn build
|
| 5 |
EXPOSE 3000
|
|
|
|
| 1 |
FROM node:19
|
| 2 |
+
RUN git clone https://github.com/yangjianchuan/ChatGPT-with-Plugins.git
|
| 3 |
WORKDIR "ChatGPT-with-Plugins"
|
| 4 |
RUN yarn install && yarn build
|
| 5 |
EXPOSE 3000
|