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
|
WORKDIR /var/www/html
|
||||||
|
|
||||||
RUN pwd \
|
# RUN pwd \
|
||||||
&& ls -lh \
|
# && ls -lh \
|
||||||
&& mv composer.json.disabled composer.json \
|
# && mv composer.json.disabled composer.json \
|
||||||
&& composer install
|
# && composer install
|
||||||
|
|
||||||
RUN sed \
|
RUN sed \
|
||||||
-i 's|/var/www/html|/var/www/html/htdocs|' \
|
-i 's|/var/www/html|/var/www/html/htdocs|' \
|
||||||
|
|
Loading…
Reference in a new issue