Remember to replace the version number with the current version.
docker build -t energycollectorservice:1.0.0 -f EnergyCollectorService/Dockerfile .
Remember to replace the version number with the current version.
docker save energycollectorservice:1.0.0 | gzip > energycollectorservice-1.0.0.tar.gz
gunzip --stdout energycollectorservice-1.0.0.tar.gz | docker load
- Download xsd.zip from https://transparency.entsoe.eu/content/static_content/Static%20content/knowledge%20base/XSD.zip
- Unzip it to .\EntsoeCollectorService\EntsoeApi\Models\xsd
- in cmd.exe run:
cd .\EntsoeCollectorService\EntsoeApi\Models
xsd /namespace:EntsoeCollectorService.EntsoeApi.Models.Generationload /c .\xsd\urn-entsoe-eu-wgedi-codelists.xsd .\xsd\iec62325-451-6-generationload.xsd
xsd /namespace:EntsoeCollectorService.EntsoeApi.Models.Publication /c .\xsd\urn-entsoe-eu-wgedi-codelists.xsd .\xsd\iec62325-451-3-publication.xsd