aspendigital / docker-octobercms

Dockerized October CMS: PHP, Composer, October core and dependencies
MIT License
150 stars 54 forks source link

Move October Drivers to the image #7

Closed petehalverson closed 6 years ago

petehalverson commented 6 years ago

When testing queues, the October Drivers plugin is required. I addressed this by introducing a check to the entrypoint (3054d70953566b5b26adf4dc6d4c6ff5fc92d199), but still run into race conditions when multiple containers are used.

Instead of complicating the entrypoint further, I think I'll just take the hit on the image size required to bundle them in on build