update php and composer builds

This commit is contained in:
2021-01-02 20:56:39 -05:00
parent 240a2af2d5
commit 91138d654d

View File

@@ -24,7 +24,7 @@ build() {
docker run --rm --entrypoint php xaicorp/php:${version} -m | grep json
docker run --rm --entrypoint php xaicorp/php:${version} -m | grep raphf
docker run --rm -d --name test-php xaicorp/php:${version} \
&& sleep 3 \
&& sleep 10 \
&& docker logs test-php | grep "fpm is running"; \
docker kill test-php
# docker run --rm --entrypoint php xaicorp/php:${version} -i | grep conf.d/25-http.ini #fixme