From 02197696dceb3871c72082899b7edf53bf71ac26 Mon Sep 17 00:00:00 2001 From: Pierre Jaury Date: Mon, 20 Aug 2018 15:42:49 +0200 Subject: [PATCH] Actually deploy the PHP configuration --- docker/Dockerfile.apache | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/Dockerfile.apache b/docker/Dockerfile.apache index 9772a6833..ef3e2e37e 100644 --- a/docker/Dockerfile.apache +++ b/docker/Dockerfile.apache @@ -32,6 +32,7 @@ COPY . /var/www/ WORKDIR /var/www/ RUN cp -r storage storage.skel \ + && cp /var/www/docker/php.ini /usr/local/etc/php/conf.d/pixelfed.ini \ && composer install --prefer-source --no-interaction \ && rm -rf html && ln -s public html