From 518807ac775bb2d2811d57d4b058b048294a4cc7 Mon Sep 17 00:00:00 2001 From: Ludovic Ortega Date: Sat, 18 May 2019 15:29:04 +0300 Subject: [PATCH] Fix repository link --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c721f85..12f919e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -55,7 +55,7 @@ RUN apt-get -y install git RUN rm -Rf /var/www/html/* # download adminafk project -RUN git clone https://github.com/M0NsTeRRR/AdminAFK.git +RUN git clone https://github.com/lyon-esport/AdminAFK.git # copy file to /var/www RUN mv AdminAFK/* /var/www/html/