From 5ee61b7c1d3c18154b01c61277c9156278c0bf79 Mon Sep 17 00:00:00 2001 From: Philip Peterson Date: Fri, 1 May 2026 05:39:57 -0700 Subject: [PATCH] Load custom module --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 0f86384..96bdef0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/