Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
FROM node:18
|
2 |
-
RUN git clone https://github.com/
|
3 |
WORKDIR "ChatGPT-Next-Web-LangChain"
|
4 |
|
5 |
RUN yarn install && yarn build
|
|
|
1 |
FROM node:18
|
2 |
+
RUN git clone https://github.com/supercyx3/ChatGPT-Next-Web-LangChain.git
|
3 |
WORKDIR "ChatGPT-Next-Web-LangChain"
|
4 |
|
5 |
RUN yarn install && yarn build
|