update php and composer builds
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user