There are several projects in my solution (some production and some test ...) and there is a docker image per each project. Each .fsproj file in the solution contains the line:
<Import Project="..\.paket\Paket.Restore.targets" />
But docker's build context is limited by the project's folder and I'd rather not deal with that problem.
Can use Paket without the need for referring to parent folders?