After hours of research finally managed to build my docker container. Running it results in the following exception though:
System.TypeLoadException: Could not load type 'Kestrel.ServerInformation' from assembly 'Krestel, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.
I am running CentOS 7, by the way. dnx is on 1.0.0-rc1-16231, Kestrel appears to be on 1.0.0-beta6 as it should be according to the project.json.
My Dockerfile and project.json (changed to project.txt for upload) are attached.
Dockerfile.txt
project.txt
After hours of research finally managed to build my docker container. Running it results in the following exception though:
System.TypeLoadException: Could not load type 'Kestrel.ServerInformation' from assembly 'Krestel, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.
I am running CentOS 7, by the way. dnx is on 1.0.0-rc1-16231, Kestrel appears to be on 1.0.0-beta6 as it should be according to the project.json.
My Dockerfile and project.json (changed to project.txt for upload) are attached.
Dockerfile.txt
project.txt