Docker composer-and-node-ci image
 
Go to file
Carlos A. Gomes 3cf2765861 Update Dockerfile
removed php7.1-zip
2017-10-19 22:45:14 -02:00
Dockerfile Update Dockerfile 2017-10-19 22:45:14 -02:00
LICENSE Initial commit 2017-10-04 20:22:30 -03:00
README.md Create README.md 2017-10-19 22:34:06 -02:00

README.md

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