-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Is your feature request related to a problem? Please describe.
Not a specific problem but more as a feature to help promote research and accelerate acceptance of PIQI.
Describe the solution you'd like
Create a Docker/docker compose file that runs the reference implementation inside of a container. This would allow the code owners to maintain the code for one desired platform while, at the same time, give researchers and developers a known working platform that they can run on their local machine - regardless of operating system.
Describe alternatives you've considered
I do not currently have access to machines running Windows OS. I downloaded the dotnet SDK for MacOS and tried following the steps in the README. The restore and build ran cleanly but when I tried dotnet run (had to point it to the project file) it failed with a FileNotFoundException for 'Microsoft.AspNetCore.SpaProxy'
Additional context
As a developer, this would negate the reliance on a hosted solution and promote faster debugging cycles while also providing the capability for building/testing additional rubrics and SMAs.