Add projects: Festivals, Kollektivarbeit
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user