GPTfree api commited on
Commit
77f202e
·
verified ·
1 Parent(s): b047d60

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,7 +9,7 @@ RUN curl -fsSL https://bun.sh/install | bash && \
9
  export PATH="/root/.bun/bin:$PATH"
10
 
11
  # Clone the repository (default branch is main)
12
- RUN git clone https://github.com/UseInterstellar/Interstellar.git .
13
 
14
  # For Ad-Free Deployment, uncomment the following two lines and comment the above clone command
15
  # RUN git clone --branch Ad-Free https://github.com/UseInterstellar/Interstellar.git .
 
9
  export PATH="/root/.bun/bin:$PATH"
10
 
11
  # Clone the repository (default branch is main)
12
+ RUN git clone https://github.com/smartfoloo/arsenic.git .
13
 
14
  # For Ad-Free Deployment, uncomment the following two lines and comment the above clone command
15
  # RUN git clone --branch Ad-Free https://github.com/UseInterstellar/Interstellar.git .