markshust / docker-magento

Mark Shust's Docker Configuration for Magento
https://m.academy/courses/set-up-magento-2-development-environment-docker/
MIT License
2.54k stars 997 forks source link

Add `bin/ece-patches` command #1171

Closed DmitryFurs closed 2 months ago

DmitryFurs commented 3 months ago

Summary

This PR adds a new command bin/ece-patches to enable running Adobe Commerce Cloud patches tool commands from the host inside the container. This addition aims to simplify the process of applying patches by providing a straightforward command.

Usage

To use the new alias, run the following command from the host:

bin/ece-patches apply

image

This command will execute the ./vendor/bin/ece-patches inside the container, allowing you to apply patches as documented in the Adobe Commerce Cloud Service documentation.

what-the-diff[bot] commented 3 months ago

PR Summary

markshust commented 2 months ago

Appreciate it!