diff --git a/Dockerfile b/Dockerfile index d341f28..d7a7ff5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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|' \