We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddd5f99 commit 0a33bb2Copy full SHA for 0a33bb2
.docker/os2web/Dockerfile
@@ -37,7 +37,7 @@ WORKDIR /opt/drupal
37
# Loading composer dependencies and configuring project folders.
38
RUN set -eux; \
39
export COMPOSER_HOME="$(mktemp -d)"; \
40
- COMPOSER_MEMORY_LIMIT=-1 composer install; \
+ COMPOSER_MEMORY_LIMIT=-1 composer install --no-interaction; \
41
chown -R www-data:www-data web/sites web/modules web/themes; \
42
# delete composer cache.
43
rm -rf "$COMPOSER_HOME"
0 commit comments