diff --git a/Dockerfile b/Dockerfile index 64eacd0..195cd9a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ WORKDIR /app RUN apt-get update && apt-get install -y git # Clone the repository -RUN git clone https://github.com/UrloMythus/UnHided.git . +RUN git clone https://github.com/YourUsername/YourRepoName.git . # Copy the local config.json file to the container