You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug #43799 [PhpUnitBridge] fix symlink to bridge in docker by making its path relative (nicolas-grekas)
This PR was merged into the 4.4 branch.
Discussion
----------
[PhpUnitBridge] fix symlink to bridge in docker by making its path relative
| Q | A
| ------------- | ---
| Branch? | 4.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets | Fix#40879
| License | MIT
| Doc PR | -
This is a simpler and less generic version of #40879 that should fit the goal:
> When running symfony from a docker container with a volume mapped to the host, it may cause issues when symlinks are generated from container root, as absolute links.
> For composer to generate a relative symlink, declaration of the path repository should be relative.
Commits
-------
3672ee2 [PhpUnitBridge] fix symlink to bridge in docker by making its path relative
0 commit comments