docker: Disable composer execution
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
45e0948b92
commit
984598ec33
1 changed files with 4 additions and 4 deletions
|
@ -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|' \
|
||||
|
|
Loading…
Reference in a new issue