Skip to content

Phpstorm – how to sync changes with Docker?

I am new to Docker so I am trying to understand some basics.

I have installed a working Magento Docker dev environment and configured PhpStorm according to this guide markshust/docker-magento

The issue is:

  • When I do changes in PhpStorm those are not reflected inside the docker images (flushed/cleaned cache)

What am I missing ?