Update Dockerfile
Browse files- 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/
|
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 |
|