Browse Source

Actually deploy the PHP configuration

Pierre Jaury 6 years ago
parent
commit
02197696dc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      docker/Dockerfile.apache

+ 1 - 0
docker/Dockerfile.apache

@@ -32,6 +32,7 @@ COPY . /var/www/
 
 
 WORKDIR /var/www/
 WORKDIR /var/www/
 RUN cp -r storage storage.skel \
 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 \
  && composer install --prefer-source --no-interaction \
  && rm -rf html && ln -s public html
  && rm -rf html && ln -s public html