Dockerfile build (#727)

* Added Dockerfile run configuration and fixed manual test project to run appropriately

* Finished updates for Docker build and management of project through docker commands. Any of the dotnet CLI commands accessible through 'builder' container and default run is manual test project

* Added a docker-compose.yaml files to support commands: docker-compose run tests, docker-compose run benchmarks, docker-compose run manual-test
This commit is contained in:
Phil Proctor
2018-12-26 11:30:59 -05:00
committed by Brian Delgado
parent 3c4808a1eb
commit ac211886f1
6 changed files with 77 additions and 3 deletions

2
.dockerignore Normal file
View File

@ -0,0 +1,2 @@
*/*/bin
*/*/obj