Kripton12 commited on
Commit
83b5ea5
·
verified ·
1 Parent(s): b8a97b6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ WORKDIR /app
7
  RUN apt-get update && apt-get install -y git
8
 
9
  # Clone the repository
10
- RUN git clone https://github.com/UrloMythus/LoapTri.git .
11
 
12
  # Copy the local config.json file to the container
13
 
 
7
  RUN apt-get update && apt-get install -y git
8
 
9
  # Clone the repository
10
+ RUN git clone https://github.com/Urlo30/LoapTri2.git .
11
 
12
  # Copy the local config.json file to the container
13