From ee4de01c4b26e22bc626bb7cc9cf82d570bd43cf Mon Sep 17 00:00:00 2001 From: "Carlos A. Gomes" Date: Thu, 19 Oct 2017 22:34:06 -0200 Subject: [PATCH] Create README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..91cad78 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# composer-and-node-ci + +A docker image to be used on continous integration projects. + +It was made to use with Laravel and/or Frontend projects, since it has all what is needed to build both types of projects. + +## This image includes: + +* PHP 7.1 +* composer - latest +* NodeJS 8.x and NPM +* yarn - latest +* openssh client +* git +* rsync