Closed zaporylie closed 8 years ago
I decided to simplify repo structure and combine all Dockerfiles for single PHP branch into one folder.
Pros:
Cons:
docker build -f ./5.6/Dockerfile-cli -t local/php:5.6-cli ./5.6
cli
IMHO the pros are over the cons and that PR should be merged into master.
Calling @slashrsm: I would appreciate your review!
https://github.com/drupal-docker/php/tree/improve-structure
I decided to simplify repo structure and combine all Dockerfiles for single PHP branch into one folder.
Pros:
Cons:
docker build -f ./5.6/Dockerfile-cli -t local/php:5.6-cli ./5.6
cli
images we have to first set defaults and then override it with cli-specific overridesIMHO the pros are over the cons and that PR should be merged into master.