Spaces:
Paused
Paused
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/titaniumnetwork-dev/Ultraviolet.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/titaniumnetwork-dev/Ultraviolet .
|
|
|
|
| 9 |
export PATH="/root/.bun/bin:$PATH"
|
| 10 |
|
| 11 |
# Clone the repository (default branch is main)
|
| 12 |
+
RUN git clone https://github.com/titaniumnetwork-dev/Ultraviolet-App.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/titaniumnetwork-dev/Ultraviolet .
|