switch apidocjs to use node 14 image as base

fix typo in php7.2 Dockerfile
This commit is contained in:
2020-05-17 09:19:50 -04:00
parent e4f03d3702
commit 4a38cc16f4
5 changed files with 33 additions and 33 deletions

View File

@@ -21,7 +21,7 @@ RUN apt-get update && apt-get install -y software-properties-common python-softw
\
&& apt-cache pkgnames | grep php7.2 \
&& rm /usr/bin/php && ln -s /usr/bin/php7.2 /usr/bin/php \
&& ln -s /usr/sbin/php-fpm7.2 /usr/sbin/php-fpm
&& ln -s /usr/sbin/php-fpm7.2 /usr/sbin/php-fpm \
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
COPY ./docker-php-fpm.conf /etc/php/7.2/fpm/pool.d/www.conf