From cb6898afa88001f5deb5a2fc8de64fcc72d15eaa Mon Sep 17 00:00:00 2001 From: Urlo30 <91965455+UrloMythus@users.noreply.github.com> Date: Wed, 1 Jan 2025 10:56:21 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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