Add projects: Festivals, Kollektivarbeit

This commit is contained in:
KirbyCMS Deploy
2026-04-15 14:33:06 +00:00
parent 3e83592317
commit 7fc885334e
4 changed files with 17 additions and 1 deletions

View File

@@ -19,7 +19,9 @@ RUN curl -L "https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}
COPY nginx.conf /etc/nginx/sites-available/default
# PHP-FPM for deploy.php
RUN sed -i 's|listen = /run/php/php.*-fpm.sock|listen = 127.0.0.1:9000|' /etc/php/*/fpm/pool.d/www.conf
RUN sed -i 's|listen = /run/php/php.*-fpm.sock|listen = 127.0.0.1:9000|' /etc/php/*/fpm/pool.d/www.conf \
&& sed -i 's|;clear_env = no|clear_env = no|' /etc/php/*/fpm/pool.d/www.conf \
|| echo 'clear_env = no' >> /etc/php/*/fpm/pool.d/www.conf
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh