Explorar o código

Actually deploy the PHP configuration

Pierre Jaury %!s(int64=6) %!d(string=hai) anos
pai
achega
02197696dc
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      docker/Dockerfile.apache

+ 1 - 0
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