From 65a5a2a5ec0ca3f4ffc793bb28e0daceddbbdcab Mon Sep 17 00:00:00 2001 From: Andy Bunce Date: Thu, 3 Mar 2022 00:14:23 +0000 Subject: [PATCH] [fix] clone --- code-serverx/.dockerignore | 2 +- code-serverx/config/install.sh | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/code-serverx/.dockerignore b/code-serverx/.dockerignore index 81606b0..f788eea 100644 --- a/code-serverx/.dockerignore +++ b/code-serverx/.dockerignore @@ -1,2 +1,2 @@ -# git ignore +# docker ignore custom \ No newline at end of file diff --git a/code-serverx/config/install.sh b/code-serverx/config/install.sh index 0309c88..3b9baa8 100755 --- a/code-serverx/config/install.sh +++ b/code-serverx/config/install.sh @@ -5,9 +5,9 @@ chmod 666 /var/run/docker.sock # pull useful projects cd /config/workspace - -git pull https://git.quodatum.duckdns.org/apb/vscode-basex.git -git pull https://git.quodatum.duckdns.org/apb/thedocks -git pull https://github.com/Quodatum/xqlint.git + +git clone https://git.quodatum.duckdns.org/apb/vscode-basex.git +git clone https://git.quodatum.duckdns.org/apb/thedocks +git clone https://github.com/Quodatum/xqlint.git