Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +0 -6
Dockerfile
CHANGED
@@ -2,12 +2,6 @@ FROM node:18-alpine AS base
|
|
2 |
|
3 |
FROM base AS deps
|
4 |
|
5 |
-
# Clone the repository
|
6 |
-
RUN git clone https://github.com/Hk-Gosuto/ChatGPT-Next-Web-LangChain.git
|
7 |
-
|
8 |
-
# Set the working directory in the container to the cloned repository
|
9 |
-
WORKDIR /ChatGPT-Next-Web-LangChain
|
10 |
-
|
11 |
# Install the application dependencies
|
12 |
RUN npm install
|
13 |
|
|
|
2 |
|
3 |
FROM base AS deps
|
4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
# Install the application dependencies
|
6 |
RUN npm install
|
7 |
|