rework the composer and php images

This commit is contained in:
2018-04-19 21:43:57 -04:00
parent cfa19949b6
commit 0b2af71162
10 changed files with 79 additions and 6 deletions

View File

@@ -20,4 +20,4 @@ RUN apt-get update && apt-get install -y \
COPY ./docker-php-fpm.conf /etc/php/7.0/fpm/pool.d/www.conf
ENTRYPOINT ["/usr/sbin/php-fpm7.0", "-F"]
CMD ["/usr/sbin/php-fpm7.0", "-F"]