New Dockerfile based on Alpine Linux and Nginx/PHP-FPM

This commit is contained in:
Frederic Guillot
2016-02-06 20:00:26 -05:00
parent 58cef28967
commit 77a91b7ade
12 changed files with 183 additions and 26 deletions

View File

@@ -0,0 +1,2 @@
#!/bin/sh
/bin/true

2
.docker/services.d/cron/run Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/execlineb -P
crond -f

2
.docker/services.d/nginx/run Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/execlineb -P
nginx -g "daemon off;"

2
.docker/services.d/php/run Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/execlineb -P
php-fpm -F