docker: Disable composer execution
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Glenn Y. Rolland 2023-03-05 14:55:39 +01:00
parent 45e0948b92
commit 984598ec33

View file

@ -48,10 +48,10 @@ RUN unzip -q -d /usr/src /tmp/dolibarr-${DOLIBARR_VERSION}.zip \
WORKDIR /var/www/html
RUN pwd \
&& ls -lh \
&& mv composer.json.disabled composer.json \
&& composer install
# RUN pwd \
# && ls -lh \
# && mv composer.json.disabled composer.json \
# && composer install
RUN sed \
-i 's|/var/www/html|/var/www/html/htdocs|' \