NitinBot001 commited on
Commit
5fcd988
·
verified ·
1 Parent(s): 82863c2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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/tyrellshawn/bolt.diy.git .
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