GPTfree api commited on
Commit
7d3a453
·
verified ·
1 Parent(s): b0adfef

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/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 .