Require special modules

This commit is contained in:
Philip Peterson 2026-05-01 04:23:31 -07:00
parent 4ef1864ecd
commit c9062d0b3a

View file

@ -35,7 +35,7 @@ WORKDIR /var/www/html
COPY composer.json ./ COPY composer.json ./
RUN composer config repositories.drupal composer https://packages.drupal.org/8 RUN composer config repositories.drupal composer https://packages.drupal.org/8
RUN composer require drupal/webform drupal/symfony_mailer --no-update
RUN composer install --no-dev --optimize-autoloader --no-interaction RUN composer install --no-dev --optimize-autoloader --no-interaction
# Overlay our site-specific files on top of the scaffolded web/ # Overlay our site-specific files on top of the scaffolded web/