1
0
Fork 0

Actually deploy the PHP configuration

This commit is contained in:
Pierre Jaury 2018-08-20 15:42:49 +02:00
parent 9f4bcd2a44
commit 02197696dc
1 changed files with 1 additions and 0 deletions

View File

@ -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