From 1808c1c1cf86e7dafc9bed5b56bd6e1bae813f01 Mon Sep 17 00:00:00 2001 From: canguilieme julien Date: Thu, 10 Oct 2024 11:06:43 +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 e6f8313..2cc49ff 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://:@gitlab.com/ton-utilisateur/ton-depot.git /usr/share/nginx/html + git clone https://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