Configure backend/nuget.config
or create .env
or set the
Nuget_CustomFeed*
environment variables.
docker-compose up -d --build
In the docker-compose
of the project that is going to use it:
networks:
forge-excel_excelnet:
external: true
In the project, refer to the excel-creator:
http://excel-creator:5000/api/Excel
(this one doesn't exist yet)
dotnet add package Itenium.ExcelCreator