selfoss: fix php-fpm.conf location

This commit is contained in:
Wonderfall 2016-04-27 18:07:38 +02:00
parent 86d30ba71b
commit 497f5bf2d4

View File

@ -33,7 +33,7 @@ RUN wget -q https://github.com/SSilence/selfoss/releases/download/$VERSION/selfo
&& rm -rf /tmp/* && rm -rf /tmp/*
COPY nginx.conf /etc/nginx/nginx.conf COPY nginx.conf /etc/nginx/nginx.conf
COPY php-fpm.conf /etc/php/php-fpm.conf COPY php-fpm.conf /etc/php7/php-fpm.conf
COPY supervisord.conf /etc/supervisor/supervisord.conf COPY supervisord.conf /etc/supervisor/supervisord.conf
COPY startup /usr/local/bin/startup COPY startup /usr/local/bin/startup
COPY cron /etc/periodic/15min/selfoss COPY cron /etc/periodic/15min/selfoss