How does one use docker-compose to merge the official php:apache image and the official composer image?

I found some guides using several steps like dockerfiles. Is there a way to do this with just only using docker-compose?

  • SheeEttin@programming.dev
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    6 months ago

    Why would you want to? What are you actually trying to accomplish here? Describe the goal, not the step.