Forgot the damned overrides

This commit is contained in:
Adam Lavin 2021-03-29 01:39:16 +01:00
parent 6e78a0cf91
commit 860edbf533
No known key found for this signature in database
GPG key ID: 9C4C68AFA9CA6461

View file

@ -70,6 +70,9 @@ RUN rm /usr/bin/composer /usr/bin/install-php-extensions
COPY docker/nginx/site.conf /etc/nginx/conf.d/default.conf
COPY docker/php/php.ini /usr/local/etc/php/conf.d/php.ini
COPY docker/php/php.ini /usr/local/etc/php-fpm.d/php.ini
EXPOSE 80
ENTRYPOINT ["docker/entrypoint.sh"]