Compare commits

...

2 Commits

Author SHA1 Message Date
e8e04c9110 Fix script correctly 2025-02-17 21:28:47 +01:00
8fbd7e4464 Added Dolibarr locally 2025-02-17 21:27:37 +01:00
2 changed files with 2 additions and 1 deletions

1
app/dolibarr Submodule

@ -0,0 +1 @@
Subproject commit 612f34f719dfcdf494efeb1e6cd7e39b9bea8eb6

View File

@ -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