From d41e0eaca82744f428e3429a1543b9ffb8abe52b Mon Sep 17 00:00:00 2001 From: canguilieme julien Date: Thu, 10 Oct 2024 11:07:38 +0200 Subject: [PATCH] add docker files --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 2cc49ff..23fb1aa 100644 --- a/update.sh +++ b/update.sh @@ -5,7 +5,7 @@ if [ -d ".git" ]; then git pull origin main else echo "Cloning repository..." - git clone https://lab.canguidev.fr/cangui/canguidev.git /usr/share/nginx/html + git clone http://lab.canguidev.fr/cangui/canguidev.git /usr/share/nginx/html fi # Si le dossier src existe après le clone/pull, déplace-le dans /usr/share/nginx/html