Load custom module

This commit is contained in:
Philip Peterson 2026-05-01 05:39:57 -07:00
parent 219890fb1f
commit 5ee61b7c1d

View file

@ -56,6 +56,7 @@ RUN composer install --no-dev --optimize-autoloader --no-interaction
# Overlay our site-specific files on top of the scaffolded web/
COPY web/sites/default/settings.php web/sites/default/settings.php
COPY web/sites/default/files/ web/sites/default/files/
COPY web/modules/custom/ web/modules/custom/
COPY config/sync/ config/sync/
# Debian nginx runs as www-data (matches php-fpm), config in conf.d/