Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y git
|
|
| 6 |
WORKDIR /app
|
| 7 |
|
| 8 |
# Pull GitHub repository
|
| 9 |
-
RUN git clone https://github.com/
|
| 10 |
|
| 11 |
# Install dependencies and build the project
|
| 12 |
RUN yarn install --registry https://registry.npmmirror.com/ && yarn run build
|
|
|
|
| 6 |
WORKDIR /app
|
| 7 |
|
| 8 |
# Pull GitHub repository
|
| 9 |
+
RUN git clone https://github.com/Niansuh/deepseek-free-api.git /app
|
| 10 |
|
| 11 |
# Install dependencies and build the project
|
| 12 |
RUN yarn install --registry https://registry.npmmirror.com/ && yarn run build
|