From e8e04c911011237545d1b2b364d8594baa9568f3 Mon Sep 17 00:00:00 2001 From: eroncero Date: Mon, 17 Feb 2025 21:28:47 +0100 Subject: [PATCH] Fix script correctly --- dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index fbd2a03..2c73b71 100644 --- a/dockerfile +++ b/dockerfile @@ -15,7 +15,7 @@ COPY app /app #RUN /app/scripts/install-dependencies.sh -RUN git clone --branch 21.0 --single-branch --depth 1 https://github.com/Dolibarr/dolibarr.git +#RUN git clone --branch 21.0 --single-branch --depth 1 https://github.com/Dolibarr/dolibarr.git RUN chown -R www-data:www-data /app/dolibarr