CodelyTV / php-basic-skeleton

🐘🚀 PHP Basic Skeleton: Bootstrap your new projects using this Composer Project
https://codely.com/cursos
MIT License
107 stars 47 forks source link

Add Docker support #3

Open JavierCane opened 6 years ago

JavierCane commented 6 years ago

Add a Dockerfile allowing someone to clone the repository and start developing in PHP without having to install PHP in its local machine.

Note: We will continue to support using this project with composer create-project codelytv/php-bootstrap your-project-name because of the easiness to do so for the ones with an already local installation of PHP & Composer available. So the README.md section on how to start with Composer shouldn't be modified.

Feel free to contribute to this project solving this issue!

xoubaman commented 5 years ago

Friendly reminder: there is a PR open since some time addressing this issue :D