UntilDot commited on
Commit
57cac98
·
verified ·
1 Parent(s): 636a250

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ WORKDIR /app
7
  RUN apt-get update && apt-get install -y git
8
 
9
  # Clone the repository
10
- RUN git clone https://github.com/YourUsername/YourRepoName.git .
11
 
12
  # Copy the local config.json file to the container
13
 
 
7
  RUN apt-get update && apt-get install -y git
8
 
9
  # Clone the repository
10
+ RUN git clone https://github.com/NinePlusOne/UnHided.git .
11
 
12
  # Copy the local config.json file to the container
13