diff options
Diffstat (limited to 'Services/php/Dockerfile')
-rw-r--r-- | Services/php/Dockerfile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Services/php/Dockerfile b/Services/php/Dockerfile new file mode 100644 index 0000000..6a87d06 --- /dev/null +++ b/Services/php/Dockerfile @@ -0,0 +1,5 @@ + + +FROM maxexcloo/nginx-php:latest +MAINTAINER startx dev@startx.fr + |