Using docker (compose) in a C# 6.0 API project with class library dependecies throws error, that the dependent library was not found and this article says I should move Docker file to solution level. But I have another API project in the solution (using the same class library) that has own Docker file. So I cannot move the dockerfile to solution level.
What is the solution for this?