diff --git a/Dockerfile b/Dockerfile index 821b5aa..64eacd0 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/Urlo30/LoapTri2.git . +RUN git clone https://github.com/UrloMythus/UnHided.git . # Copy the local config.json file to the container