From 77a91b7adeb950a906c660bbb5c39c69a75e429d Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 6 Feb 2016 20:00:26 -0500 Subject: New Dockerfile based on Alpine Linux and Nginx/PHP-FPM --- .docker/services.d/php/run | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 .docker/services.d/php/run (limited to '.docker/services.d/php') diff --git a/.docker/services.d/php/run b/.docker/services.d/php/run new file mode 100755 index 00000000..e7d2dadd --- /dev/null +++ b/.docker/services.d/php/run @@ -0,0 +1,2 @@ +#!/bin/execlineb -P +php-fpm -F \ No newline at end of file -- cgit v1.2.3