Update Dockerfile

This commit is contained in:
Urlo30
2025-01-01 18:58:02 +01:00
committed by GitHub
parent cb6898afa8
commit bd289d8ebb

View File

@@ -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