I have a micro service project developed in .NET5.I'm trying to build a docker compose file. Each time, the compiler give me the issue back that the Play.Common package can not be found.The package is an own package and save locally on laptop. I had a a file nugget.config on the projet root with nugget.org and my local folder.What should I do to reference my own packag into the docker file. Tell me if you need more information.
↧