If you want to Debug app loccally just open project and run it.
If you want to run this project from docker image
Perequisites:
- Docker Desktop installed ( see https://docs.docker.com/docker-for-windows/install/ )
Once Docker Desktop is installed you should type fallowing commands (cmd or PowerShell) to build docker image and run it in container:
- cd <main_project_dir>
- dotnet publish -c Release
- docker build -t studycases -f Dockerfile .
- docker create --name studycases studycases
- copy command output
- docker run -it --rm studycases
- paste your test case
- you will recive result
Example: Please provide input or press 'Enter' to quit
| || || || || || || ||_ | |||||||||||||_| _| | => 0 0 0 0 0 0 0 5 1 Invalid
||| || || || || || || | ||||||||||||| _| _| => 9 0 0 0 0 0 0 5 3 Valid