Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -16,7 +16,7 @@ ENV PNPM_HOME=/pnpm
|
|
| 16 |
ENV PATH=$PNPM_HOME:$PATH
|
| 17 |
|
| 18 |
# Clone the repository
|
| 19 |
-
RUN git clone https://github.com/
|
| 20 |
|
| 21 |
# Install dependencies
|
| 22 |
RUN pnpm install
|
|
|
|
| 16 |
ENV PATH=$PNPM_HOME:$PATH
|
| 17 |
|
| 18 |
# Clone the repository
|
| 19 |
+
RUN git clone https://github.com/NitinBot001/bolt.diy_V2.0.git .
|
| 20 |
|
| 21 |
# Install dependencies
|
| 22 |
RUN pnpm install
|