Open PushUpek opened 5 months ago
Hi,
It would be great if the rye sync command had a --no-self flag that would behave something like adding virtual = true. This would allow for better use of the docker cache. Because he wouldn't have to install all the dependencies every time.
rye sync
--no-self
virtual = true
Hi,
It would be great if the
rye sync
command had a--no-self
flag that would behave something like addingvirtual = true
. This would allow for better use of the docker cache. Because he wouldn't have to install all the dependencies every time.