To import the changes made to the Symfony Docker template into your project, we recommend using template-sync:
-
Run the script to synchronize your project with the latest version of the skeleton:
curl -sSL https://raw.githubusercontent.com/coopTilleuls/template-sync/main/template-sync.sh | sh -s -- https://github.com/dunglas/symfony-docker
-
Resolve conflicts, if any
-
Run
git cherry-pick --continue
For more advanced options, refer to the documentation of template sync.