nginx php perf twiks

This commit is contained in:
2019-11-13 17:14:07 +01:00
parent 1238177d1d
commit 7c2ca44660
8 changed files with 41 additions and 6 deletions
+5 -5
View File
@@ -1,10 +1,5 @@
FROM php:7.0-fpm
COPY ./php-custom.ini /usr/local/etc/php/conf.d/php-custom.ini
COPY ./bashrc /root/.bashrc
COPY ./inputrc /root/.inputrc
RUN apt-get update && apt-get install -y \
libfreetype6-dev \
libjpeg62-turbo-dev \
@@ -31,3 +26,8 @@ RUN export COMPOSER_HOME=/usr/local/composer && \
curl https://github.com/drush-ops/drush-launcher/releases/download/0.6.0/drush.phar \
-L -o /usr/local/bin/drush && \
chmod +x /usr/local/bin/drush
COPY ./php-custom.ini /usr/local/etc/php/conf.d/php-custom.ini
COPY ./bashrc /root/.bashrc
COPY ./inputrc /root/.inputrc