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
{
"name": "myproject/trt-source",
"license": "OSL-3.0",
"authors": [
{
"name": "My name",
"email": "My email",
"role": "Maintainer"
}
]
}
I am using docker for windows and running composer in linux container.
Just to make sure it's not something windows related i checked files from inside container test -h filename && echo "is symlink" || echo "is regular file"
and result is is regular file
When i manually create symlinks using ln -s /dir1/filename /dir2/filename they work as symlinks and result in is symlink on test above.
What can be the reason that "magento-deploystrategy": "symlink" is not interpreted correctly ?
The text was updated successfully, but these errors were encountered:
I am using using
"magento-deploystrategy": "symlink"
, but files are copied.What can be the reason?
Here are the settings i use:
main composer.json
Package composer.json
I am using docker for windows and running composer in linux container.
Just to make sure it's not something windows related i checked files from inside container
test -h filename && echo "is symlink" || echo "is regular file"
and result is
is regular file
When i manually create symlinks using
ln -s /dir1/filename /dir2/filename
they work as symlinks and result inis symlink
on test above.What can be the reason that
"magento-deploystrategy": "symlink"
is not interpreted correctly ?The text was updated successfully, but these errors were encountered: