Hi guys, it looks like the CLI container is not s...
# docker
a
Hi guys, it looks like the CLI container is not syncing the composer.lock back .. so if I ran a command that should update lock file .. the file is not getting updated locally … I deleted the file and when I ran composer install … I got lock file inside the container but not locally! any suggestions? Thanks
a
Do you run the application in "dev" or "prod" mode? Maybe you bootstrapped not with deploy.dev.yml and that is why it runs without file synchronization? If it's dev and you are on MacOS, maybe something went wrong with mutagen.
a
it is dev
I am on macOs
it looks like mutagen is working
or at least thats what it says
m
did u checked if the file is *not i*gnored in .dockersyncignore?
a
https://github.com/spryker/docker-sdk/blob/master/docs/09-troubleshooting.md#mutagen
Copy code
when There is a synchronization issue.

then

Restart your OS.
Run the commands:
docker/sdk trouble
mutagen sync list
mutagen sync terminate <all sessions in the list>
docker/sdk up
a
dockersyncignore does not have any suspicious entries
it looks like the restart fixed it
thank you guys
👍 1