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