Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 404 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 404 Bytes

docker-php

25th-floor Docker Images for PHP

fpm build

nginx build

Building

./generate.sh
docker tag twentyfifth/php-fpm:7.0 twentyfifth/php-fpm:latest
docker tag twentyfifth/php-nginx:7.0 twentyfifth/php-nginx:latest
docker push twentyfifth/php-fpm
docker push twentyfifth/php-nginx