From be0b2f41238987cb330a5df73a7ceee88251ad17 Mon Sep 17 00:00:00 2001 From: Alexander Hyett Date: Fri, 26 May 2017 21:25:58 +0100 Subject: [PATCH] Added Readme file --- Readme.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Readme.md diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..09721d1 --- /dev/null +++ b/Readme.md @@ -0,0 +1,14 @@ +# wordpress-node + +This is the Dockerfile for WordPress development that includes the following: + +* WordPress +* nodejs +* composer +* phpcpd +* php_codesniffer +* phpmd +* php-codebrowser +* WordPress Coding Standards + +This image can be found on [Docker Hub](https://hub.docker.com/r/hyettdotme/wordpress-node/).