GPTfree api
commited on
Update Dockerfile
Browse files- 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/
|
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 .
|